#B53436

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

Shades of Mahogany #B53436

Tints of Mahogany #B53436

Color information

#B53436 (or 0xB53436) is unknown color: approx Mahogany. HEX triplet: B5, 34 and 36. RGB value is (181,52,54). Sum of RGB (Red+Green+Blue) = 181+52+54=287 (38% of max value = 765). Red value is 181 (71.09% from 255 or 63.07% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 54 (21.48% from 255 or 18.82% from 287); Max value from RGB is 181 - color contains mainly: red. Hex color #B53436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53436 is #4ACBC9. Grayscale: #5A5A5A. Windows color (decimal): -4901834 or 3552437. OLE color: 3552437.

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

Color convert

RGB1815254-
CMYK00.710.700.29
HSL359.07º55.36%45.69%-
HSV(B)359.07º71.27%70.98%-
XYZ20.9512.554.81-
YUV90.8107.24192.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 63.07%
GREEN value IS 52 (20.70% from 255) = 18.12%
BLUE value IS 54 (21.48% from 255) = 18.82%
R=63.07%
G=18.12%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181525400.710.700.29359.0755.3645.69
HexB53436047461D167372e
Octal26564660107106355476756
Binary1011010111010011011001000111100011011101101100111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53436; }

 p { color: rgb(181,52,54); }

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

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

 a { background-color: rgb(181,52,54); }

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

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

 span { border-color: rgb(181,52,54); }

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