Shades of Burnt Crimson #581C1F
Tints of Burnt Crimson #581C1F
RGB
CMYK
RGB Variations
Color information
#581C1F (or 0x581C1F) is known color: Burnt Crimson. HEX triplet: 58, 1C and 1F. RGB value is (88,28,31). Sum of RGB (Red+Green+Blue) = 88+28+31=147 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.86% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 88 - color contains mainly: red. Hex color #581C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581C1F is #A7E3E0. Grayscale: #2E2E2E. Windows color (decimal): -11002849 or 2038872. OLE color: 2038872.
HSL color Cylindrical-coordinate representation of color #581C1F: hue angle of 357º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #581C1F is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 28 | 31 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.65 |
| HSL | 357º | 0.52% | 0.23% | - |
| HSV(B) | 357º | 0.68% | 0.35% | - |
| XYZ | 4.69 | 3 | 1.63 | - |
| YUV | 46.28 | 119.38 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 28 | 31 | 0 | 0.68 | 0.65 | 0.65 | 357 | 0.52 | 0.23 |
| Hex | 58 | 1C | 1F | 0 | 44 | 41 | 41 | 165 | 34 | 17 |
| Octal | 130 | 34 | 37 | 0 | 104 | 101 | 101 | 545 | 64 | 27 |
| Binary | 1011000 | 11100 | 11111 | 0 | 1000100 | 1000001 | 1000001 | 101100101 | 110100 | 10111 |
Color Harmonies of #581C1F
Complementary color
Monochromatic Colors of #581C1F
Black with #581C1F
Text Example
Text Example
White with #581C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581C1F; }
p { color: rgb(88,28,31); }
H1.HeaderClassName
{
color: #581C1F;
}
.AnyTagClassName
{
color: #581C1F;
}
</style>
background-color css
<style>
a { background-color: #581C1F; }
a { background-color: rgb(88,28,31); }
div.DivClassName
{
background-color: #581C1F;
}
.BgClassName
{
background-color: #581C1F;
}
</style>
border-color css
<style>
span { border-color: #581C1F; }
span { border-color: rgb(88,28,31); }
td.TdClassName
{
border-color: #581C1F;
}
.TagClassName
{
border-color: #581C1F;
}
</style>