Shades of Burnt Crimson #581517
Tints of Burnt Crimson #581517
RGB
CMYK
RGB Variations
Color information
#581517 (or 0x581517) is known color: Burnt Crimson. HEX triplet: 58, 15 and 17. RGB value is (88,21,23). Sum of RGB (Red+Green+Blue) = 88+21+23=132 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.67% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 23 (9.38% from 255 or 17.42% from 132); Max value from RGB is 88 - color contains mainly: red. Hex color #581517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581517 is #A7EAE8. Grayscale: #292929. Windows color (decimal): -11004649 or 1512792. OLE color: 1512792.
HSL color Cylindrical-coordinate representation of color #581517: hue angle of 358.21º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #581517 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 21 | 23 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.65 |
| HSL | 358.21º | 0.61% | 0.21% | - |
| HSV(B) | 358.21º | 0.76% | 0.35% | - |
| XYZ | 4.45 | 2.67 | 1.09 | - |
| YUV | 41.26 | 117.7 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 21 | 23 | 0 | 0.76 | 0.74 | 0.65 | 358.21 | 0.61 | 0.21 |
| Hex | 58 | 15 | 17 | 0 | 4C | 4A | 41 | 166 | 3D | 15 |
| Octal | 130 | 25 | 27 | 0 | 114 | 112 | 101 | 546 | 75 | 25 |
| Binary | 1011000 | 10101 | 10111 | 0 | 1001100 | 1001010 | 1000001 | 101100110 | 111101 | 10101 |
Color Harmonies of #581517
Complementary color
Monochromatic Colors of #581517
Black with #581517
Text Example
Text Example
White with #581517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581517; }
p { color: rgb(88,21,23); }
H1.HeaderClassName
{
color: #581517;
}
.AnyTagClassName
{
color: #581517;
}
</style>
background-color css
<style>
a { background-color: #581517; }
a { background-color: rgb(88,21,23); }
div.DivClassName
{
background-color: #581517;
}
.BgClassName
{
background-color: #581517;
}
</style>
border-color css
<style>
span { border-color: #581517; }
span { border-color: rgb(88,21,23); }
td.TdClassName
{
border-color: #581517;
}
.TagClassName
{
border-color: #581517;
}
</style>