Shades of Burnt Crimson #581822
Tints of Burnt Crimson #581822
RGB
CMYK
RGB Variations
Color information
#581822 (or 0x581822) is known color: Burnt Crimson. HEX triplet: 58, 18 and 22. RGB value is (88,24,34). Sum of RGB (Red+Green+Blue) = 88+24+34=146 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.27% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 34 (13.67% from 255 or 23.29% from 146); Max value from RGB is 88 - color contains mainly: red. Hex color #581822 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581822 is #A7E7DD. Grayscale: #2C2C2C. Windows color (decimal): -11003870 or 2234456. OLE color: 2234456.
HSL color Cylindrical-coordinate representation of color #581822: hue angle of 350.62º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #581822 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 24 | 34 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.65 |
| HSL | 350.63º | 0.57% | 0.22% | - |
| HSV(B) | 350.63º | 0.73% | 0.35% | - |
| XYZ | 4.64 | 2.84 | 1.82 | - |
| YUV | 44.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 24 | 34 | 0 | 0.73 | 0.61 | 0.65 | 350.63 | 0.57 | 0.22 |
| Hex | 58 | 18 | 22 | 0 | 49 | 3D | 41 | 15F | 39 | 16 |
| Octal | 130 | 30 | 42 | 0 | 111 | 75 | 101 | 537 | 71 | 26 |
| Binary | 1011000 | 11000 | 100010 | 0 | 1001001 | 111101 | 1000001 | 101011111 | 111001 | 10110 |
Color Harmonies of #581822
Complementary color
Monochromatic Colors of #581822
Black with #581822
Text Example
Text Example
White with #581822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581822; }
p { color: rgb(88,24,34); }
H1.HeaderClassName
{
color: #581822;
}
.AnyTagClassName
{
color: #581822;
}
</style>
background-color css
<style>
a { background-color: #581822; }
a { background-color: rgb(88,24,34); }
div.DivClassName
{
background-color: #581822;
}
.BgClassName
{
background-color: #581822;
}
</style>
border-color css
<style>
span { border-color: #581822; }
span { border-color: rgb(88,24,34); }
td.TdClassName
{
border-color: #581822;
}
.TagClassName
{
border-color: #581822;
}
</style>