#590E16

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

Shades of Burnt Crimson #590E16

Tints of Burnt Crimson #590E16

Color information

#590E16 (or 0x590E16) is unknown color: approx Burnt Crimson. HEX triplet: 59, 0E and 16. RGB value is (89,14,22). Sum of RGB (Red+Green+Blue) = 89+14+22=125 (16% of max value = 765). Red value is 89 (35.16% from 255 or 71.2% from 125); Green value is 14 (5.86% from 255 or 11.2% from 125); Blue value is 22 (8.98% from 255 or 17.6% from 125); Max value from RGB is 89 - color contains mainly: red. Hex color #590E16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590E16 is #A6F1E9. Grayscale: #252525. Windows color (decimal): -10940906 or 1445465. OLE color: 1445465.

HSL color Cylindrical-coordinate representation of color #590E16: hue angle of 353.6º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #590E16 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB891422-
CMYK00.840.750.65
HSL353.6º72.82%20.2%-
HSV(B)353.6º84.27%34.9%-
XYZ4.422.51.01-
YUV37.34119.35164.85-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 71.2%
GREEN value IS 14 (5.86% from 255) = 11.2%
BLUE value IS 22 (8.98% from 255) = 17.6%
R=71.2%
G=11.2%
B=17.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89142200.840.750.65353.672.8220.2
Hex59E160544B411624914
Octal1311626012411310154211124
Binary10110011110101100101010010010111000001101100010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590E16; }

 p { color: rgb(89,14,22); }

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

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

 a { background-color: rgb(89,14,22); }

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

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

 span { border-color: rgb(89,14,22); }

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