#59121B

Color #59121B Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #59121B

Tints of Burnt Crimson #59121B

Color information

#59121B (or 0x59121B) is unknown color: approx Burnt Crimson. HEX triplet: 59, 12 and 1B. RGB value is (89,18,27). Sum of RGB (Red+Green+Blue) = 89+18+27=134 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.42% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 89 - color contains mainly: red. Hex color #59121B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59121B is #A6EDE4. Grayscale: #282828. Windows color (decimal): -10939877 or 1774169. OLE color: 1774169.

HSL color Cylindrical-coordinate representation of color #59121B: hue angle of 352.39º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #59121B is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB891827-
CMYK00.800.700.65
HSL352.39º66.36%20.98%-
HSV(B)352.39º79.78%34.9%-
XYZ4.532.641.31-
YUV40.26120.52162.77-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 66.42%
GREEN value IS 18 (7.42% from 255) = 13.43%
BLUE value IS 27 (10.94% from 255) = 20.15%
R=66.42%
G=13.43%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89182700.800.700.65352.3966.3620.98
Hex59121B05046411604215
Octal1312233012010610154010225
Binary101100110010110110101000010001101000001101100000100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59121B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59121B; }

 p { color: rgb(89,18,27); }

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

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

 a { background-color: rgb(89,18,27); }

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

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

 span { border-color: rgb(89,18,27); }

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