#B73036

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

Shades of Mahogany #B73036

Tints of Mahogany #B73036

Color information

#B73036 (or 0xB73036) is unknown color: approx Mahogany. HEX triplet: B7, 30 and 36. RGB value is (183,48,54). Sum of RGB (Red+Green+Blue) = 183+48+54=285 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.21% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 183 - color contains mainly: red. Hex color #B73036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73036 is #48CFC9. Grayscale: #595959. Windows color (decimal): -4771786 or 3551415. OLE color: 3551415.

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

Color convert

RGB1834854-
CMYK00.740.700.28
HSL357.33º58.44%45.29%-
HSV(B)357.33º73.77%71.76%-
XYZ21.2512.454.77-
YUV89.05108.23195.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 64.21%
GREEN value IS 48 (19.14% from 255) = 16.84%
BLUE value IS 54 (21.48% from 255) = 18.95%
R=64.21%
G=16.84%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183485400.740.700.28357.3358.4445.29
HexB7303604A461C1653a2d
Octal26760660112106345457255
Binary1011011111000011011001001010100011011100101100101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73036; }

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

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

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

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

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

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

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

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