#590D10

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

Shades of Burnt Crimson #590D10

Tints of Burnt Crimson #590D10

Color information

#590D10 (or 0x590D10) is unknown color: approx Burnt Crimson. HEX triplet: 59, 0D and 10. RGB value is (89,13,16). Sum of RGB (Red+Green+Blue) = 89+13+16=118 (15% of max value = 765). Red value is 89 (35.16% from 255 or 75.42% from 118); Green value is 13 (5.47% from 255 or 11.02% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 89 - color contains mainly: red. Hex color #590D10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590D10 is #A6F2EF. Grayscale: #242424. Windows color (decimal): -10941168 or 1051993. OLE color: 1051993.

HSL color Cylindrical-coordinate representation of color #590D10: hue angle of 357.63º 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 #590D10 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB891316-
CMYK00.850.820.65
HSL357.63º74.51%20%-
HSV(B)357.63º85.39%34.9%-
XYZ4.362.450.73-
YUV36.07116.68165.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 75.42%
GREEN value IS 13 (5.47% from 255) = 11.02%
BLUE value IS 16 (6.64% from 255) = 13.56%
R=75.42%
G=11.02%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89131600.850.820.65357.6374.5120
Hex59D1005552411664b14
Octal1311520012512210154611324
Binary10110011101100000101010110100101000001101100110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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