#B73336

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

Shades of Mahogany #B73336

Tints of Mahogany #B73336

Color information

#B73336 (or 0xB73336) is unknown color: approx Mahogany. HEX triplet: B7, 33 and 36. RGB value is (183,51,54). Sum of RGB (Red+Green+Blue) = 183+51+54=288 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.54% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 183 - color contains mainly: red. Hex color #B73336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73336 is #48CCC9. Grayscale: #5A5A5A. Windows color (decimal): -4771018 or 3552183. OLE color: 3552183.

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

Color convert

RGB1835154-
CMYK00.720.700.28
HSL358.64º56.41%45.88%-
HSV(B)358.64º72.13%71.76%-
XYZ21.3812.74.81-
YUV90.81107.23193.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.54%
GREEN value IS 51 (20.31% from 255) = 17.71%
BLUE value IS 54 (21.48% from 255) = 18.75%
R=63.54%
G=17.71%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183515400.720.700.28358.6456.4145.88
HexB73336048461C167382e
Octal26763660110106345477056
Binary1011011111001111011001001000100011011100101100111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73336; }

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

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

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

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

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

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

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

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