Shades of Burnt Crimson #581720
Tints of Burnt Crimson #581720
RGB
CMYK
RGB Variations
Color information
#581720 (or 0x581720) is known color: Burnt Crimson. HEX triplet: 58, 17 and 20. RGB value is (88,23,32). Sum of RGB (Red+Green+Blue) = 88+23+32=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #581720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581720 is #A7E8DF. Grayscale: #2B2B2B. Windows color (decimal): -11004128 or 2103128. OLE color: 2103128.
HSL color Cylindrical-coordinate representation of color #581720: hue angle of 351.69º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #581720 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 23 | 32 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.65 |
| HSL | 351.69º | 0.59% | 0.22% | - |
| HSV(B) | 351.69º | 0.74% | 0.35% | - |
| XYZ | 4.59 | 2.79 | 1.66 | - |
| YUV | 43.46 | 121.53 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 23 | 32 | 0 | 0.74 | 0.64 | 0.65 | 351.69 | 0.59 | 0.22 |
| Hex | 58 | 17 | 20 | 0 | 4A | 40 | 41 | 160 | 3B | 16 |
| Octal | 130 | 27 | 40 | 0 | 112 | 100 | 101 | 540 | 73 | 26 |
| Binary | 1011000 | 10111 | 100000 | 0 | 1001010 | 1000000 | 1000001 | 101100000 | 111011 | 10110 |
Color Harmonies of #581720
Complementary color
Monochromatic Colors of #581720
Black with #581720
Text Example
Text Example
White with #581720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581720; }
p { color: rgb(88,23,32); }
H1.HeaderClassName
{
color: #581720;
}
.AnyTagClassName
{
color: #581720;
}
</style>
background-color css
<style>
a { background-color: #581720; }
a { background-color: rgb(88,23,32); }
div.DivClassName
{
background-color: #581720;
}
.BgClassName
{
background-color: #581720;
}
</style>
border-color css
<style>
span { border-color: #581720; }
span { border-color: rgb(88,23,32); }
td.TdClassName
{
border-color: #581720;
}
.TagClassName
{
border-color: #581720;
}
</style>