Shades of Burnt Crimson #581617
Tints of Burnt Crimson #581617
RGB
CMYK
RGB Variations
Color information
#581617 (or 0x581617) is known color: Burnt Crimson. HEX triplet: 58, 16 and 17. RGB value is (88,22,23). Sum of RGB (Red+Green+Blue) = 88+22+23=133 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.17% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 23 (9.38% from 255 or 17.29% from 133); Max value from RGB is 88 - color contains mainly: red. Hex color #581617 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581617 is #A7E9E8. Grayscale: #292929. Windows color (decimal): -11004393 or 1513048. OLE color: 1513048.
HSL color Cylindrical-coordinate representation of color #581617: hue angle of 359.09º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #581617 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 22 | 23 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.65 |
| HSL | 359.09º | 0.6% | 0.22% | - |
| HSV(B) | 359.09º | 0.75% | 0.35% | - |
| XYZ | 4.47 | 2.71 | 1.1 | - |
| YUV | 41.85 | 117.37 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 22 | 23 | 0 | 0.75 | 0.74 | 0.65 | 359.09 | 0.6 | 0.22 |
| Hex | 58 | 16 | 17 | 0 | 4B | 4A | 41 | 167 | 3C | 16 |
| Octal | 130 | 26 | 27 | 0 | 113 | 112 | 101 | 547 | 74 | 26 |
| Binary | 1011000 | 10110 | 10111 | 0 | 1001011 | 1001010 | 1000001 | 101100111 | 111100 | 10110 |
Color Harmonies of #581617
Complementary color
Monochromatic Colors of #581617
Black with #581617
Text Example
Text Example
White with #581617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581617; }
p { color: rgb(88,22,23); }
H1.HeaderClassName
{
color: #581617;
}
.AnyTagClassName
{
color: #581617;
}
</style>
background-color css
<style>
a { background-color: #581617; }
a { background-color: rgb(88,22,23); }
div.DivClassName
{
background-color: #581617;
}
.BgClassName
{
background-color: #581617;
}
</style>
border-color css
<style>
span { border-color: #581617; }
span { border-color: rgb(88,22,23); }
td.TdClassName
{
border-color: #581617;
}
.TagClassName
{
border-color: #581617;
}
</style>