#B73136

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

Shades of Mahogany #B73136

Tints of Mahogany #B73136

Color information

#B73136 (or 0xB73136) is unknown color: approx Mahogany. HEX triplet: B7, 31 and 36. RGB value is (183,49,54). Sum of RGB (Red+Green+Blue) = 183+49+54=286 (37% of max value = 765). Red value is 183 (71.88% from 255 or 63.99% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 183 - color contains mainly: red. Hex color #B73136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73136 is #48CEC9. Grayscale: #595959. Windows color (decimal): -4771530 or 3551671. OLE color: 3551671.

HSL color Cylindrical-coordinate representation of color #B73136: hue angle of 357.76º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B73136 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB1834954-
CMYK00.730.700.28
HSL357.76º57.76%45.49%-
HSV(B)357.76º73.22%71.76%-
XYZ21.2912.534.79-
YUV89.64107.89194.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.99%
GREEN value IS 49 (19.53% from 255) = 17.13%
BLUE value IS 54 (21.48% from 255) = 18.88%
R=63.99%
G=17.13%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183495400.730.700.28357.7657.7645.49
HexB73136049461C1663a2d
Octal26761660111106345467255
Binary1011011111000111011001001001100011011100101100110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73136; }

 p { color: rgb(183,49,54); }

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

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

 a { background-color: rgb(183,49,54); }

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

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

 span { border-color: rgb(183,49,54); }

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