#590C0D

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

Shades of Burnt Crimson #590C0D

Tints of Burnt Crimson #590C0D

Color information

#590C0D (or 0x590C0D) is unknown color: approx Burnt Crimson. HEX triplet: 59, 0C and 0D. RGB value is (89,12,13). Sum of RGB (Red+Green+Blue) = 89+12+13=114 (15% of max value = 765). Red value is 89 (35.16% from 255 or 78.07% from 114); Green value is 12 (5.08% from 255 or 10.53% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 89 - color contains mainly: red. Hex color #590C0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590C0D is #A6F3F2. Grayscale: #232323. Windows color (decimal): -10941427 or 855129. OLE color: 855129.

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

Color convert

RGB891213-
CMYK00.870.850.65
HSL359.22º76.24%19.8%-
HSV(B)359.22º86.52%34.9%-
XYZ4.322.420.62-
YUV35.14115.51166.42-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 78.07%
GREEN value IS 12 (5.08% from 255) = 10.53%
BLUE value IS 13 (5.47% from 255) = 11.40%
R=78.07%
G=10.53%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89121300.870.850.65359.2276.2419.8
Hex59CD05755411674c14
Octal1311415012712510154711424
Binary1011001110011010101011110101011000001101100111100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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