#590C0F

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

Shades of Burnt Crimson #590C0F

Tints of Burnt Crimson #590C0F

Color information

#590C0F (or 0x590C0F) is unknown color: approx Burnt Crimson. HEX triplet: 59, 0C and 0F. RGB value is (89,12,15). Sum of RGB (Red+Green+Blue) = 89+12+15=116 (15% of max value = 765). Red value is 89 (35.16% from 255 or 76.72% from 116); Green value is 12 (5.08% from 255 or 10.34% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 89 - color contains mainly: red. Hex color #590C0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590C0F is #A6F3F0. Grayscale: #232323. Windows color (decimal): -10941425 or 986201. OLE color: 986201.

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

Color convert

RGB891215-
CMYK00.870.830.65
HSL357.66º76.24%19.8%-
HSV(B)357.66º86.52%34.9%-
XYZ4.342.420.69-
YUV35.36116.51166.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 76.72%
GREEN value IS 12 (5.08% from 255) = 10.34%
BLUE value IS 15 (6.25% from 255) = 12.93%
R=76.72%
G=10.34%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89121500.870.830.65357.6676.2419.8
Hex59CF05753411664c14
Octal1311417012712310154611424
Binary1011001110011110101011110100111000001101100110100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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