Shades of Burnt Crimson #581921
Tints of Burnt Crimson #581921
RGB
CMYK
RGB Variations
Color information
#581921 (or 0x581921) is known color: Burnt Crimson. HEX triplet: 58, 19 and 21. RGB value is (88,25,33). Sum of RGB (Red+Green+Blue) = 88+25+33=146 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.27% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 33 (13.28% from 255 or 22.60% from 146); Max value from RGB is 88 - color contains mainly: red. Hex color #581921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581921 is #A7E6DE. Grayscale: #2C2C2C. Windows color (decimal): -11003615 or 2169176. OLE color: 2169176.
HSL color Cylindrical-coordinate representation of color #581921: hue angle of 352.38º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #581921 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 25 | 33 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.65 |
| HSL | 352.38º | 0.56% | 0.22% | - |
| HSV(B) | 352.38º | 0.72% | 0.35% | - |
| XYZ | 4.65 | 2.88 | 1.75 | - |
| YUV | 44.75 | 121.37 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 25 | 33 | 0 | 0.72 | 0.62 | 0.65 | 352.38 | 0.56 | 0.22 |
| Hex | 58 | 19 | 21 | 0 | 48 | 3E | 41 | 160 | 38 | 16 |
| Octal | 130 | 31 | 41 | 0 | 110 | 76 | 101 | 540 | 70 | 26 |
| Binary | 1011000 | 11001 | 100001 | 0 | 1001000 | 111110 | 1000001 | 101100000 | 111000 | 10110 |
Color Harmonies of #581921
Complementary color
Monochromatic Colors of #581921
Black with #581921
Text Example
Text Example
White with #581921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581921; }
p { color: rgb(88,25,33); }
H1.HeaderClassName
{
color: #581921;
}
.AnyTagClassName
{
color: #581921;
}
</style>
background-color css
<style>
a { background-color: #581921; }
a { background-color: rgb(88,25,33); }
div.DivClassName
{
background-color: #581921;
}
.BgClassName
{
background-color: #581921;
}
</style>
border-color css
<style>
span { border-color: #581921; }
span { border-color: rgb(88,25,33); }
td.TdClassName
{
border-color: #581921;
}
.TagClassName
{
border-color: #581921;
}
</style>