#590F10

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

Shades of Burnt Crimson #590F10

Tints of Burnt Crimson #590F10

Color information

#590F10 (or 0x590F10) is unknown color: approx Burnt Crimson. HEX triplet: 59, 0F and 10. RGB value is (89,15,16). Sum of RGB (Red+Green+Blue) = 89+15+16=120 (15% of max value = 765). Red value is 89 (35.16% from 255 or 74.17% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 89 - color contains mainly: red. Hex color #590F10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590F10 is #A6F0EF. Grayscale: #252525. Windows color (decimal): -10940656 or 1052505. OLE color: 1052505.

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

Color convert

RGB891516-
CMYK00.830.820.65
HSL359.19º71.15%20.39%-
HSV(B)359.19º83.15%34.9%-
XYZ4.382.50.74-
YUV37.24116.02164.92-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 74.17%
GREEN value IS 15 (6.25% from 255) = 12.5%
BLUE value IS 16 (6.64% from 255) = 13.33%
R=74.17%
G=12.5%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89151600.830.820.65359.1971.1520.39
Hex59F1005352411674714
Octal1311720012312210154710724
Binary10110011111100000101001110100101000001101100111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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