#b53536

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

Shades of Mahogany #B53536

Tints of Mahogany #B53536

Color information

#B53536 (or 0xB53536) is unknown color: approx Mahogany. HEX triplet: B5, 35 and 36. RGB value is (181,53,54). Sum of RGB (Red+Green+Blue) = 181+53+54=288 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.85% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 181 - color contains mainly: red. Hex color #B53536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53536 is #4ACAC9. Grayscale: #5B5B5B. Windows color (decimal): -4901578 or 3552693. OLE color: 3552693.

HSL color Cylindrical-coordinate representation of color #B53536: hue angle of 359.53º 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 #B53536 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB1815354-
CMYK00.710.700.29
HSL359.53º54.7%45.88%-
HSV(B)359.53º70.72%70.98%-
XYZ2112.644.82-
YUV91.39106.91191.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 62.85%
GREEN value IS 53 (21.09% from 255) = 18.40%
BLUE value IS 54 (21.48% from 255) = 18.75%
R=62.85%
G=18.40%
B=18.75%

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
Decimal181535400.710.700.29359.5354.745.88
HexB53536047461D168372e
Octal26565660107106355506756
Binary1011010111010111011001000111100011011101101101000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b53536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b53536; }

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

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

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

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

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

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

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

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