Shades of Burnt Crimson #591013
Tints of Burnt Crimson #591013
RGB
CMYK
RGB Variations
Color information
#591013 (or 0x591013) is known color: Burnt Crimson. HEX triplet: 59, 10 and 13. RGB value is (89,16,19). Sum of RGB (Red+Green+Blue) = 89+16+19=124 (16% of max value = 765). Red value is 89 (35.16% from 255 or 71.77% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 89 - color contains mainly: red. Hex color #591013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591013 is #A6EFEC. Grayscale: #262626. Windows color (decimal): -10940397 or 1249369. OLE color: 1249369.
HSL color Cylindrical-coordinate representation of color #591013: hue angle of 357.53º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #591013 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 16 | 19 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.65 |
| HSL | 357.53º | 0.7% | 0.21% | - |
| HSV(B) | 357.53º | 0.82% | 0.35% | - |
| XYZ | 4.42 | 2.54 | 0.87 | - |
| YUV | 38.17 | 117.18 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 16 | 19 | 0 | 0.82 | 0.79 | 0.65 | 357.53 | 0.7 | 0.21 |
| Hex | 59 | 10 | 13 | 0 | 52 | 4F | 41 | 166 | 46 | 15 |
| Octal | 131 | 20 | 23 | 0 | 122 | 117 | 101 | 546 | 106 | 25 |
| Binary | 1011001 | 10000 | 10011 | 0 | 1010010 | 1001111 | 1000001 | 101100110 | 1000110 | 10101 |
Color Harmonies of #591013
Complementary color
Monochromatic Colors of #591013
Black with #591013
Text Example
Text Example
White with #591013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591013; }
p { color: rgb(89,16,19); }
H1.HeaderClassName
{
color: #591013;
}
.AnyTagClassName
{
color: #591013;
}
</style>
background-color css
<style>
a { background-color: #591013; }
a { background-color: rgb(89,16,19); }
div.DivClassName
{
background-color: #591013;
}
.BgClassName
{
background-color: #591013;
}
</style>
border-color css
<style>
span { border-color: #591013; }
span { border-color: rgb(89,16,19); }
td.TdClassName
{
border-color: #591013;
}
.TagClassName
{
border-color: #591013;
}
</style>