#b7393c

Color #B7393C Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #B7393C

Tints of Mahogany #B7393C

Color information

#B7393C (or 0xB7393C) is unknown color: approx Mahogany. HEX triplet: B7, 39 and 3C. RGB value is (183,57,60). Sum of RGB (Red+Green+Blue) = 183+57+60=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B7393C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7393C is #48C6C3. Grayscale: #5F5F5F. Windows color (decimal): -4769476 or 3946935. OLE color: 3946935.

HSL color Cylindrical-coordinate representation of color #B7393C: hue angle of 358.57º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B7393C is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB1835760-
CMYK00.690.670.28
HSL358.57º52.5%47.06%-
HSV(B)358.57º68.85%71.76%-
XYZ21.8113.325.7-
YUV95.02108.24190.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 61%
GREEN value IS 57 (22.66% from 255) = 19%
BLUE value IS 60 (23.83% from 255) = 20%
R=61%
G=19%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183576000.690.670.28358.5752.547.06
HexB7393C045431C167342f
Octal26771740105103345476457
Binary1011011111100111110001000101100001111100101100111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7393c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7393c; }

 p { color: rgb(183,57,60); }

 H1.HeaderClassName
 {
   color: #b7393c;
 }
 .AnyTagClassName
 {
   color: #b7393c;
 }
</style>
background-color css

<style>
 a { background-color: #b7393c; }

 a { background-color: rgb(183,57,60); }

 div.DivClassName
 {
   background-color: #b7393c;
 }
 .BgClassName
 {
   background-color: #b7393c;
 }
</style>
border-color css

<style>
 span { border-color: #b7393c; }

 span { border-color: rgb(183,57,60); }

 td.TdClassName
 {
   border-color: #b7393c;
 }
 .TagClassName
 {
   border-color: #b7393c;
 }
</style>