#590D14

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

Shades of Burnt Crimson #590D14

Tints of Burnt Crimson #590D14

Color information

#590D14 (or 0x590D14) is unknown color: approx Burnt Crimson. HEX triplet: 59, 0D and 14. RGB value is (89,13,20). Sum of RGB (Red+Green+Blue) = 89+13+20=122 (16% of max value = 765). Red value is 89 (35.16% from 255 or 72.95% from 122); Green value is 13 (5.47% from 255 or 10.66% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 89 - color contains mainly: red. Hex color #590D14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590D14 is #A6F2EB. Grayscale: #242424. Windows color (decimal): -10941164 or 1314137. OLE color: 1314137.

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

Color convert

RGB891320-
CMYK00.850.780.65
HSL354.47º74.51%20%-
HSV(B)354.47º85.39%34.9%-
XYZ4.392.460.91-
YUV36.52118.68165.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 72.95%
GREEN value IS 13 (5.47% from 255) = 10.66%
BLUE value IS 20 (8.20% from 255) = 16.39%
R=72.95%
G=10.66%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89132000.850.780.65354.4774.5120
Hex59D140554E411624b14
Octal1311524012511610154211324
Binary10110011101101000101010110011101000001101100010100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,13,20); }

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

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

 a { background-color: rgb(89,13,20); }

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

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

 span { border-color: rgb(89,13,20); }

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