Shades of Burnt Crimson #590607
Tints of Burnt Crimson #590607
RGB
CMYK
RGB Variations
Color information
#590607 (or 0x590607) is known color: Burnt Crimson. HEX triplet: 59, 06 and 07. RGB value is (89,6,7). Sum of RGB (Red+Green+Blue) = 89+6+7=102 (13% of max value = 765). Red value is 89 (35.16% from 255 or 87.25% from 102); Green value is 6 (2.73% from 255 or 5.88% from 102); Blue value is 7 (3.12% from 255 or 6.86% from 102); Max value from RGB is 89 - color contains mainly: red. Hex color #590607 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590607 is #A6F9F8. Grayscale: #1F1F1F. Windows color (decimal): -10942969 or 460377. OLE color: 460377.
HSL color Cylindrical-coordinate representation of color #590607: hue angle of 359.28º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #590607 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 6 | 7 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.65 |
| HSL | 359.28º | 0.87% | 0.19% | - |
| HSV(B) | 359.28º | 0.93% | 0.35% | - |
| XYZ | 4.22 | 2.27 | 0.42 | - |
| YUV | 30.93 | 114.5 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 6 | 7 | 0 | 0.93 | 0.92 | 0.65 | 359.28 | 0.87 | 0.19 |
| Hex | 59 | 6 | 7 | 0 | 5D | 5C | 41 | 167 | 57 | 13 |
| Octal | 131 | 6 | 7 | 0 | 135 | 134 | 101 | 547 | 127 | 23 |
| Binary | 1011001 | 110 | 111 | 0 | 1011101 | 1011100 | 1000001 | 101100111 | 1010111 | 10011 |
Color Harmonies of #590607
Complementary color
Monochromatic Colors of #590607
Black with #590607
Text Example
Text Example
White with #590607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590607; }
p { color: rgb(89,6,7); }
H1.HeaderClassName
{
color: #590607;
}
.AnyTagClassName
{
color: #590607;
}
</style>
background-color css
<style>
a { background-color: #590607; }
a { background-color: rgb(89,6,7); }
div.DivClassName
{
background-color: #590607;
}
.BgClassName
{
background-color: #590607;
}
</style>
border-color css
<style>
span { border-color: #590607; }
span { border-color: rgb(89,6,7); }
td.TdClassName
{
border-color: #590607;
}
.TagClassName
{
border-color: #590607;
}
</style>