Shades of Burnt Crimson #581317
Tints of Burnt Crimson #581317
RGB
CMYK
RGB Variations
Color information
#581317 (or 0x581317) is known color: Burnt Crimson. HEX triplet: 58, 13 and 17. RGB value is (88,19,23). Sum of RGB (Red+Green+Blue) = 88+19+23=130 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.69% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 23 (9.38% from 255 or 17.69% from 130); Max value from RGB is 88 - color contains mainly: red. Hex color #581317 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581317 is #A7ECE8. Grayscale: #282828. Windows color (decimal): -11005161 or 1512280. OLE color: 1512280.
HSL color Cylindrical-coordinate representation of color #581317: hue angle of 356.52º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #581317 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 19 | 23 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.65 |
| HSL | 356.52º | 0.64% | 0.21% | - |
| HSV(B) | 356.52º | 0.78% | 0.35% | - |
| XYZ | 4.41 | 2.6 | 1.08 | - |
| YUV | 40.09 | 118.36 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 19 | 23 | 0 | 0.78 | 0.74 | 0.65 | 356.52 | 0.64 | 0.21 |
| Hex | 58 | 13 | 17 | 0 | 4E | 4A | 41 | 165 | 40 | 15 |
| Octal | 130 | 23 | 27 | 0 | 116 | 112 | 101 | 545 | 100 | 25 |
| Binary | 1011000 | 10011 | 10111 | 0 | 1001110 | 1001010 | 1000001 | 101100101 | 1000000 | 10101 |
Color Harmonies of #581317
Complementary color
Monochromatic Colors of #581317
Black with #581317
Text Example
Text Example
White with #581317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581317; }
p { color: rgb(88,19,23); }
H1.HeaderClassName
{
color: #581317;
}
.AnyTagClassName
{
color: #581317;
}
</style>
background-color css
<style>
a { background-color: #581317; }
a { background-color: rgb(88,19,23); }
div.DivClassName
{
background-color: #581317;
}
.BgClassName
{
background-color: #581317;
}
</style>
border-color css
<style>
span { border-color: #581317; }
span { border-color: rgb(88,19,23); }
td.TdClassName
{
border-color: #581317;
}
.TagClassName
{
border-color: #581317;
}
</style>