Shades of Burnt Crimson #581A1B
Tints of Burnt Crimson #581A1B
RGB
CMYK
RGB Variations
Color information
#581A1B (or 0x581A1B) is known color: Burnt Crimson. HEX triplet: 58, 1A and 1B. RGB value is (88,26,27). Sum of RGB (Red+Green+Blue) = 88+26+27=141 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.41% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 88 - color contains mainly: red. Hex color #581A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581A1B is #A7E5E4. Grayscale: #2C2C2C. Windows color (decimal): -11003365 or 1776216. OLE color: 1776216.
HSL color Cylindrical-coordinate representation of color #581A1B: hue angle of 359.03º 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 #581A1B is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 26 | 27 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.65 |
| HSL | 359.03º | 0.54% | 0.22% | - |
| HSV(B) | 359.03º | 0.7% | 0.35% | - |
| XYZ | 4.59 | 2.89 | 1.35 | - |
| YUV | 44.65 | 118.04 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 26 | 27 | 0 | 0.70 | 0.69 | 0.65 | 359.03 | 0.54 | 0.22 |
| Hex | 58 | 1A | 1B | 0 | 46 | 45 | 41 | 167 | 36 | 16 |
| Octal | 130 | 32 | 33 | 0 | 106 | 105 | 101 | 547 | 66 | 26 |
| Binary | 1011000 | 11010 | 11011 | 0 | 1000110 | 1000101 | 1000001 | 101100111 | 110110 | 10110 |
Color Harmonies of #581A1B
Complementary color
Monochromatic Colors of #581A1B
Black with #581A1B
Text Example
Text Example
White with #581A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581A1B; }
p { color: rgb(88,26,27); }
H1.HeaderClassName
{
color: #581A1B;
}
.AnyTagClassName
{
color: #581A1B;
}
</style>
background-color css
<style>
a { background-color: #581A1B; }
a { background-color: rgb(88,26,27); }
div.DivClassName
{
background-color: #581A1B;
}
.BgClassName
{
background-color: #581A1B;
}
</style>
border-color css
<style>
span { border-color: #581A1B; }
span { border-color: rgb(88,26,27); }
td.TdClassName
{
border-color: #581A1B;
}
.TagClassName
{
border-color: #581A1B;
}
</style>