#B73236

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

Shades of Mahogany #B73236

Tints of Mahogany #B73236

Color information

#B73236 (or 0xB73236) is unknown color: approx Mahogany. HEX triplet: B7, 32 and 36. RGB value is (183,50,54). Sum of RGB (Red+Green+Blue) = 183+50+54=287 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.76% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 54 (21.48% from 255 or 18.82% from 287); Max value from RGB is 183 - color contains mainly: red. Hex color #B73236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73236 is #48CDC9. Grayscale: #5A5A5A. Windows color (decimal): -4771274 or 3551927. OLE color: 3551927.

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

Color convert

RGB1835054-
CMYK00.730.700.28
HSL358.2º57.08%45.69%-
HSV(B)358.2º72.68%71.76%-
XYZ21.3312.614.8-
YUV90.22107.56194.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.76%
GREEN value IS 50 (19.92% from 255) = 17.42%
BLUE value IS 54 (21.48% from 255) = 18.82%
R=63.76%
G=17.42%
B=18.82%

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
Decimal183505400.730.700.28358.257.0845.69
HexB73236049461C166392e
Octal26762660111106345467156
Binary1011011111001011011001001001100011011100101100110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73236; }

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

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

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

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

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

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

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

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