Shades of Burnt Crimson #581A1D
Tints of Burnt Crimson #581A1D
RGB
CMYK
RGB Variations
Color information
#581A1D (or 0x581A1D) is known color: Burnt Crimson. HEX triplet: 58, 1A and 1D. RGB value is (88,26,29). Sum of RGB (Red+Green+Blue) = 88+26+29=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #581A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581A1D is #A7E5E2. Grayscale: #2C2C2C. Windows color (decimal): -11003363 or 1907288. OLE color: 1907288.
HSL color Cylindrical-coordinate representation of color #581A1D: hue angle of 357.1º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #581A1D is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 26 | 29 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.65 |
| HSL | 357.1º | 0.54% | 0.22% | - |
| HSV(B) | 357.1º | 0.7% | 0.35% | - |
| XYZ | 4.62 | 2.9 | 1.48 | - |
| YUV | 44.88 | 119.04 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 26 | 29 | 0 | 0.70 | 0.67 | 0.65 | 357.1 | 0.54 | 0.22 |
| Hex | 58 | 1A | 1D | 0 | 46 | 43 | 41 | 165 | 36 | 16 |
| Octal | 130 | 32 | 35 | 0 | 106 | 103 | 101 | 545 | 66 | 26 |
| Binary | 1011000 | 11010 | 11101 | 0 | 1000110 | 1000011 | 1000001 | 101100101 | 110110 | 10110 |
Color Harmonies of #581A1D
Complementary color
Monochromatic Colors of #581A1D
Black with #581A1D
Text Example
Text Example
White with #581A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581A1D; }
p { color: rgb(88,26,29); }
H1.HeaderClassName
{
color: #581A1D;
}
.AnyTagClassName
{
color: #581A1D;
}
</style>
background-color css
<style>
a { background-color: #581A1D; }
a { background-color: rgb(88,26,29); }
div.DivClassName
{
background-color: #581A1D;
}
.BgClassName
{
background-color: #581A1D;
}
</style>
border-color css
<style>
span { border-color: #581A1D; }
span { border-color: rgb(88,26,29); }
td.TdClassName
{
border-color: #581A1D;
}
.TagClassName
{
border-color: #581A1D;
}
</style>