Shades of Burnt Crimson #580508
Tints of Burnt Crimson #580508
RGB
CMYK
RGB Variations
Color information
#580508 (or 0x580508) is known color: Burnt Crimson. HEX triplet: 58, 05 and 08. RGB value is (88,5,8). Sum of RGB (Red+Green+Blue) = 88+5+8=101 (13% of max value = 765). Red value is 88 (34.77% from 255 or 87.13% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 8 (3.52% from 255 or 7.92% from 101); Max value from RGB is 88 - color contains mainly: red. Hex color #580508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580508 is #A7FAF7. Grayscale: #1E1E1E. Windows color (decimal): -11008760 or 525656. OLE color: 525656.
HSL color Cylindrical-coordinate representation of color #580508: hue angle of 357.83º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580508 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 5 | 8 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.65 |
| HSL | 357.83º | 0.89% | 0.18% | - |
| HSV(B) | 357.83º | 0.94% | 0.35% | - |
| XYZ | 4.12 | 2.2 | 0.44 | - |
| YUV | 30.16 | 115.5 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 5 | 8 | 0 | 0.94 | 0.91 | 0.65 | 357.83 | 0.89 | 0.18 |
| Hex | 58 | 5 | 8 | 0 | 5E | 5B | 41 | 166 | 59 | 12 |
| Octal | 130 | 5 | 10 | 0 | 136 | 133 | 101 | 546 | 131 | 22 |
| Binary | 1011000 | 101 | 1000 | 0 | 1011110 | 1011011 | 1000001 | 101100110 | 1011001 | 10010 |
Color Harmonies of #580508
Complementary color
Monochromatic Colors of #580508
Black with #580508
Text Example
Text Example
White with #580508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580508; }
p { color: rgb(88,5,8); }
H1.HeaderClassName
{
color: #580508;
}
.AnyTagClassName
{
color: #580508;
}
</style>
background-color css
<style>
a { background-color: #580508; }
a { background-color: rgb(88,5,8); }
div.DivClassName
{
background-color: #580508;
}
.BgClassName
{
background-color: #580508;
}
</style>
border-color css
<style>
span { border-color: #580508; }
span { border-color: rgb(88,5,8); }
td.TdClassName
{
border-color: #580508;
}
.TagClassName
{
border-color: #580508;
}
</style>