Shades of Burnt Crimson #590507
Tints of Burnt Crimson #590507
RGB
CMYK
RGB Variations
Color information
#590507 (or 0x590507) is known color: Burnt Crimson. HEX triplet: 59, 05 and 07. RGB value is (89,5,7). Sum of RGB (Red+Green+Blue) = 89+5+7=101 (13% of max value = 765). Red value is 89 (35.16% from 255 or 88.12% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 7 (3.12% from 255 or 6.93% from 101); Max value from RGB is 89 - color contains mainly: red. Hex color #590507 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590507 is #A6FAF8. Grayscale: #1E1E1E. Windows color (decimal): -10943225 or 460121. OLE color: 460121.
HSL color Cylindrical-coordinate representation of color #590507: hue angle of 358.57º 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 #590507 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 5 | 7 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.65 |
| HSL | 358.57º | 0.89% | 0.18% | - |
| HSV(B) | 358.57º | 0.94% | 0.35% | - |
| XYZ | 4.21 | 2.25 | 0.41 | - |
| YUV | 30.34 | 114.83 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 5 | 7 | 0 | 0.94 | 0.92 | 0.65 | 358.57 | 0.89 | 0.18 |
| Hex | 59 | 5 | 7 | 0 | 5E | 5C | 41 | 167 | 59 | 12 |
| Octal | 131 | 5 | 7 | 0 | 136 | 134 | 101 | 547 | 131 | 22 |
| Binary | 1011001 | 101 | 111 | 0 | 1011110 | 1011100 | 1000001 | 101100111 | 1011001 | 10010 |
Color Harmonies of #590507
Complementary color
Monochromatic Colors of #590507
Black with #590507
Text Example
Text Example
White with #590507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590507; }
p { color: rgb(89,5,7); }
H1.HeaderClassName
{
color: #590507;
}
.AnyTagClassName
{
color: #590507;
}
</style>
background-color css
<style>
a { background-color: #590507; }
a { background-color: rgb(89,5,7); }
div.DivClassName
{
background-color: #590507;
}
.BgClassName
{
background-color: #590507;
}
</style>
border-color css
<style>
span { border-color: #590507; }
span { border-color: rgb(89,5,7); }
td.TdClassName
{
border-color: #590507;
}
.TagClassName
{
border-color: #590507;
}
</style>