Shades of Burnt Crimson #590508
Tints of Burnt Crimson #590508
RGB
CMYK
RGB Variations
Color information
#590508 (or 0x590508) is known color: Burnt Crimson. HEX triplet: 59, 05 and 08. RGB value is (89,5,8). Sum of RGB (Red+Green+Blue) = 89+5+8=102 (13% of max value = 765). Red value is 89 (35.16% from 255 or 87.25% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 8 (3.52% from 255 or 7.84% from 102); Max value from RGB is 89 - color contains mainly: red. Hex color #590508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590508 is #A6FAF7. Grayscale: #1E1E1E. Windows color (decimal): -10943224 or 525657. OLE color: 525657.
HSL color Cylindrical-coordinate representation of color #590508: hue angle of 357.86º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #590508 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 5 | 8 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.65 |
| HSL | 357.86º | 0.89% | 0.18% | - |
| HSV(B) | 357.86º | 0.94% | 0.35% | - |
| XYZ | 4.22 | 2.25 | 0.44 | - |
| YUV | 30.46 | 115.33 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 5 | 8 | 0 | 0.94 | 0.91 | 0.65 | 357.86 | 0.89 | 0.18 |
| Hex | 59 | 5 | 8 | 0 | 5E | 5B | 41 | 166 | 59 | 12 |
| Octal | 131 | 5 | 10 | 0 | 136 | 133 | 101 | 546 | 131 | 22 |
| Binary | 1011001 | 101 | 1000 | 0 | 1011110 | 1011011 | 1000001 | 101100110 | 1011001 | 10010 |
Color Harmonies of #590508
Complementary color
Monochromatic Colors of #590508
Black with #590508
Text Example
Text Example
White with #590508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590508; }
p { color: rgb(89,5,8); }
H1.HeaderClassName
{
color: #590508;
}
.AnyTagClassName
{
color: #590508;
}
</style>
background-color css
<style>
a { background-color: #590508; }
a { background-color: rgb(89,5,8); }
div.DivClassName
{
background-color: #590508;
}
.BgClassName
{
background-color: #590508;
}
</style>
border-color css
<style>
span { border-color: #590508; }
span { border-color: rgb(89,5,8); }
td.TdClassName
{
border-color: #590508;
}
.TagClassName
{
border-color: #590508;
}
</style>