Shades of Burnt Crimson #581A23
Tints of Burnt Crimson #581A23
RGB
CMYK
RGB Variations
Color information
#581A23 (or 0x581A23) is known color: Burnt Crimson. HEX triplet: 58, 1A and 23. RGB value is (88,26,35). Sum of RGB (Red+Green+Blue) = 88+26+35=149 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.06% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 35 (14.06% from 255 or 23.49% from 149); Max value from RGB is 88 - color contains mainly: red. Hex color #581A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581A23 is #A7E5DC. Grayscale: #2D2D2D. Windows color (decimal): -11003357 or 2300504. OLE color: 2300504.
HSL color Cylindrical-coordinate representation of color #581A23: hue angle of 351.29º 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 #581A23 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 26 | 35 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.65 |
| HSL | 351.29º | 0.54% | 0.22% | - |
| HSV(B) | 351.29º | 0.7% | 0.35% | - |
| XYZ | 4.7 | 2.93 | 1.91 | - |
| YUV | 45.56 | 122.04 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 26 | 35 | 0 | 0.70 | 0.60 | 0.65 | 351.29 | 0.54 | 0.22 |
| Hex | 58 | 1A | 23 | 0 | 46 | 3C | 41 | 15F | 36 | 16 |
| Octal | 130 | 32 | 43 | 0 | 106 | 74 | 101 | 537 | 66 | 26 |
| Binary | 1011000 | 11010 | 100011 | 0 | 1000110 | 111100 | 1000001 | 101011111 | 110110 | 10110 |
Color Harmonies of #581A23
Complementary color
Monochromatic Colors of #581A23
Black with #581A23
Text Example
Text Example
White with #581A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581A23; }
p { color: rgb(88,26,35); }
H1.HeaderClassName
{
color: #581A23;
}
.AnyTagClassName
{
color: #581A23;
}
</style>
background-color css
<style>
a { background-color: #581A23; }
a { background-color: rgb(88,26,35); }
div.DivClassName
{
background-color: #581A23;
}
.BgClassName
{
background-color: #581A23;
}
</style>
border-color css
<style>
span { border-color: #581A23; }
span { border-color: rgb(88,26,35); }
td.TdClassName
{
border-color: #581A23;
}
.TagClassName
{
border-color: #581A23;
}
</style>