#59090A

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

Shades of Burnt Crimson #59090A

Tints of Burnt Crimson #59090A

Color information

#59090A (or 0x59090A) is unknown color: approx Burnt Crimson. HEX triplet: 59, 09 and 0A. RGB value is (89,9,10). Sum of RGB (Red+Green+Blue) = 89+9+10=108 (14% of max value = 765). Red value is 89 (35.16% from 255 or 82.41% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 10 (4.30% from 255 or 9.26% from 108); Max value from RGB is 89 - color contains mainly: red. Hex color #59090A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59090A is #A6F6F5. Grayscale: #212121. Windows color (decimal): -10942198 or 657753. OLE color: 657753.

HSL color Cylindrical-coordinate representation of color #59090A: hue angle of 359.25º 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 #59090A is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB89910-
CMYK00.900.890.65
HSL359.25º81.63%19.22%-
HSV(B)359.25º89.89%34.9%-
XYZ4.272.340.51-
YUV33.03115167.92-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 82.41%
GREEN value IS 9 (3.91% from 255) = 8.33%
BLUE value IS 10 (4.30% from 255) = 9.26%
R=82.41%
G=8.33%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8991000.900.890.65359.2581.6319.22
Hex599A05A59411675213
Octal1311112013213110154712223
Binary1011001100110100101101010110011000001101100111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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