#B43637

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

Shades of Mahogany #B43637

Tints of Mahogany #B43637

Color information

#B43637 (or 0xB43637) is unknown color: approx Mahogany. HEX triplet: B4, 36 and 37. RGB value is (180,54,55). Sum of RGB (Red+Green+Blue) = 180+54+55=289 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.28% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 180 - color contains mainly: red. Hex color #B43637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43637 is #4BC9C8. Grayscale: #5B5B5B. Windows color (decimal): -4966857 or 3618484. OLE color: 3618484.

HSL color Cylindrical-coordinate representation of color #B43637: hue angle of 359.52º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B43637 is Cyan = 0, Magento = 0.7, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB1805455-
CMYK00.70.690.29
HSL359.52º53.85%45.88%-
HSV(B)359.52º70%70.59%-
XYZ20.8312.624.95-
YUV91.79107.24190.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.28%
GREEN value IS 54 (21.48% from 255) = 18.69%
BLUE value IS 55 (21.88% from 255) = 19.03%
R=62.28%
G=18.69%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180545500.70.690.29359.5253.8545.88
HexB43637046451D168362e
Octal26466670106105355506656
Binary1011010011011011011101000110100010111101101101000110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43637; }

 p { color: rgb(180,54,55); }

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

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

 a { background-color: rgb(180,54,55); }

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

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

 span { border-color: rgb(180,54,55); }

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