#B53E40

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

Shades of Mahogany #B53E40

Tints of Mahogany #B53E40

Color information

#B53E40 (or 0xB53E40) is unknown color: approx Mahogany. HEX triplet: B5, 3E and 40. RGB value is (181,62,64). Sum of RGB (Red+Green+Blue) = 181+62+64=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53E40 is #4AC1BF. Grayscale: #616161. Windows color (decimal): -4899264 or 4210357. OLE color: 4210357.

HSL color Cylindrical-coordinate representation of color #B53E40: hue angle of 358.99º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B53E40 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB1816264-
CMYK00.660.650.29
HSL358.99º48.97%47.65%-
HSV(B)358.99º65.75%70.98%-
XYZ21.713.646.34-
YUV97.81108.92187.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.96%
GREEN value IS 62 (24.61% from 255) = 20.20%
BLUE value IS 64 (25.39% from 255) = 20.85%
R=58.96%
G=20.20%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181626400.660.650.29358.9948.9747.65
HexB53E40042411D1673130
Octal265761000102101355476160
Binary10110101111110100000001000010100000111101101100111110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53E40; }

 p { color: rgb(181,62,64); }

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

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

 a { background-color: rgb(181,62,64); }

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

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

 span { border-color: rgb(181,62,64); }

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