Shades of Burnt Crimson #590A10
Tints of Burnt Crimson #590A10
RGB
CMYK
RGB Variations
Color information
#590A10 (or 0x590A10) is known color: Burnt Crimson. HEX triplet: 59, 0A and 10. RGB value is (89,10,16). Sum of RGB (Red+Green+Blue) = 89+10+16=115 (15% of max value = 765). Red value is 89 (35.16% from 255 or 77.39% from 115); Green value is 10 (4.30% from 255 or 8.70% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 89 - color contains mainly: red. Hex color #590A10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590A10 is #A6F5EF. Grayscale: #222222. Windows color (decimal): -10941936 or 1051225. OLE color: 1051225.
HSL color Cylindrical-coordinate representation of color #590A10: hue angle of 355.44º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #590A10 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 10 | 16 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.65 |
| HSL | 355.44º | 0.8% | 0.19% | - |
| HSV(B) | 355.44º | 0.89% | 0.35% | - |
| XYZ | 4.32 | 2.38 | 0.72 | - |
| YUV | 34.31 | 117.67 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 10 | 16 | 0 | 0.89 | 0.82 | 0.65 | 355.44 | 0.8 | 0.19 |
| Hex | 59 | A | 10 | 0 | 59 | 52 | 41 | 163 | 50 | 13 |
| Octal | 131 | 12 | 20 | 0 | 131 | 122 | 101 | 543 | 120 | 23 |
| Binary | 1011001 | 1010 | 10000 | 0 | 1011001 | 1010010 | 1000001 | 101100011 | 1010000 | 10011 |
Color Harmonies of #590A10
Complementary color
Monochromatic Colors of #590A10
Black with #590A10
Text Example
Text Example
White with #590A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590A10; }
p { color: rgb(89,10,16); }
H1.HeaderClassName
{
color: #590A10;
}
.AnyTagClassName
{
color: #590A10;
}
</style>
background-color css
<style>
a { background-color: #590A10; }
a { background-color: rgb(89,10,16); }
div.DivClassName
{
background-color: #590A10;
}
.BgClassName
{
background-color: #590A10;
}
</style>
border-color css
<style>
span { border-color: #590A10; }
span { border-color: rgb(89,10,16); }
td.TdClassName
{
border-color: #590A10;
}
.TagClassName
{
border-color: #590A10;
}
</style>