#590C13

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

Shades of Burnt Crimson #590C13

Tints of Burnt Crimson #590C13

Color information

#590C13 (or 0x590C13) is unknown color: approx Burnt Crimson. HEX triplet: 59, 0C and 13. RGB value is (89,12,19). Sum of RGB (Red+Green+Blue) = 89+12+19=120 (15% of max value = 765). Red value is 89 (35.16% from 255 or 74.17% from 120); Green value is 12 (5.08% from 255 or 10% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 89 - color contains mainly: red. Hex color #590C13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590C13 is #A6F3EC. Grayscale: #232323. Windows color (decimal): -10941421 or 1248345. OLE color: 1248345.

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

Color convert

RGB891219-
CMYK00.870.790.65
HSL354.55º76.24%19.8%-
HSV(B)354.55º86.52%34.9%-
XYZ4.372.430.86-
YUV35.82118.51165.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 74.17%
GREEN value IS 12 (5.08% from 255) = 10%
BLUE value IS 19 (7.81% from 255) = 15.83%
R=74.17%
G=10%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.79
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89121900.870.790.65354.5576.2419.8
Hex59C130574F411634c14
Octal1311423012711710154311424
Binary10110011100100110101011110011111000001101100011100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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