Shades of Burnt Crimson #581B21
Tints of Burnt Crimson #581B21
RGB
CMYK
RGB Variations
Color information
#581B21 (or 0x581B21) is known color: Burnt Crimson. HEX triplet: 58, 1B and 21. RGB value is (88,27,33). Sum of RGB (Red+Green+Blue) = 88+27+33=148 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.46% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 88 - color contains mainly: red. Hex color #581B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581B21 is #A7E4DE. Grayscale: #2D2D2D. Windows color (decimal): -11003103 or 2169688. OLE color: 2169688.
HSL color Cylindrical-coordinate representation of color #581B21: hue angle of 354.1º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #581B21 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 27 | 33 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.65 |
| HSL | 354.1º | 0.53% | 0.23% | - |
| HSV(B) | 354.1º | 0.69% | 0.35% | - |
| XYZ | 4.69 | 2.97 | 1.76 | - |
| YUV | 45.92 | 120.71 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 27 | 33 | 0 | 0.69 | 0.62 | 0.65 | 354.1 | 0.53 | 0.23 |
| Hex | 58 | 1B | 21 | 0 | 45 | 3E | 41 | 162 | 35 | 17 |
| Octal | 130 | 33 | 41 | 0 | 105 | 76 | 101 | 542 | 65 | 27 |
| Binary | 1011000 | 11011 | 100001 | 0 | 1000101 | 111110 | 1000001 | 101100010 | 110101 | 10111 |
Color Harmonies of #581B21
Complementary color
Monochromatic Colors of #581B21
Black with #581B21
Text Example
Text Example
White with #581B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581B21; }
p { color: rgb(88,27,33); }
H1.HeaderClassName
{
color: #581B21;
}
.AnyTagClassName
{
color: #581B21;
}
</style>
background-color css
<style>
a { background-color: #581B21; }
a { background-color: rgb(88,27,33); }
div.DivClassName
{
background-color: #581B21;
}
.BgClassName
{
background-color: #581B21;
}
</style>
border-color css
<style>
span { border-color: #581B21; }
span { border-color: rgb(88,27,33); }
td.TdClassName
{
border-color: #581B21;
}
.TagClassName
{
border-color: #581B21;
}
</style>