Shades of Burnt Crimson #591017
Tints of Burnt Crimson #591017
RGB
CMYK
RGB Variations
Color information
#591017 (or 0x591017) is known color: Burnt Crimson. HEX triplet: 59, 10 and 17. RGB value is (89,16,23). Sum of RGB (Red+Green+Blue) = 89+16+23=128 (16% of max value = 765). Red value is 89 (35.16% from 255 or 69.53% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 23 (9.38% from 255 or 17.97% from 128); Max value from RGB is 89 - color contains mainly: red. Hex color #591017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591017 is #A6EFE8. Grayscale: #262626. Windows color (decimal): -10940393 or 1511513. OLE color: 1511513.
HSL color Cylindrical-coordinate representation of color #591017: hue angle of 354.25º 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 #591017 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 16 | 23 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.65 |
| HSL | 354.25º | 0.7% | 0.21% | - |
| HSV(B) | 354.25º | 0.82% | 0.35% | - |
| XYZ | 4.46 | 2.56 | 1.07 | - |
| YUV | 38.63 | 119.18 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 16 | 23 | 0 | 0.82 | 0.74 | 0.65 | 354.25 | 0.7 | 0.21 |
| Hex | 59 | 10 | 17 | 0 | 52 | 4A | 41 | 162 | 46 | 15 |
| Octal | 131 | 20 | 27 | 0 | 122 | 112 | 101 | 542 | 106 | 25 |
| Binary | 1011001 | 10000 | 10111 | 0 | 1010010 | 1001010 | 1000001 | 101100010 | 1000110 | 10101 |
Color Harmonies of #591017
Complementary color
Monochromatic Colors of #591017
Black with #591017
Text Example
Text Example
White with #591017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591017; }
p { color: rgb(89,16,23); }
H1.HeaderClassName
{
color: #591017;
}
.AnyTagClassName
{
color: #591017;
}
</style>
background-color css
<style>
a { background-color: #591017; }
a { background-color: rgb(89,16,23); }
div.DivClassName
{
background-color: #591017;
}
.BgClassName
{
background-color: #591017;
}
</style>
border-color css
<style>
span { border-color: #591017; }
span { border-color: rgb(89,16,23); }
td.TdClassName
{
border-color: #591017;
}
.TagClassName
{
border-color: #591017;
}
</style>