#59090C

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

Shades of Burnt Crimson #59090C

Tints of Burnt Crimson #59090C

Color information

#59090C (or 0x59090C) is unknown color: approx Burnt Crimson. HEX triplet: 59, 09 and 0C. RGB value is (89,9,12). Sum of RGB (Red+Green+Blue) = 89+9+12=110 (14% of max value = 765). Red value is 89 (35.16% from 255 or 80.91% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 12 (5.08% from 255 or 10.91% from 110); Max value from RGB is 89 - color contains mainly: red. Hex color #59090C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59090C is #A6F6F3. Grayscale: #212121. Windows color (decimal): -10942196 or 788825. OLE color: 788825.

HSL color Cylindrical-coordinate representation of color #59090C: hue angle of 357.75º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #59090C is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB89912-
CMYK00.900.870.65
HSL357.75º81.63%19.22%-
HSV(B)357.75º89.89%34.9%-
XYZ4.282.350.57-
YUV33.26116167.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 80.91%
GREEN value IS 9 (3.91% from 255) = 8.18%
BLUE value IS 12 (5.08% from 255) = 10.91%
R=80.91%
G=8.18%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.87
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8991200.900.870.65357.7581.6319.22
Hex599C05A57411665213
Octal1311114013212710154612223
Binary1011001100111000101101010101111000001101100110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59090C; }

 p { color: rgb(89,9,12); }

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

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

 a { background-color: rgb(89,9,12); }

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

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

 span { border-color: rgb(89,9,12); }

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