Shades of Burnt Crimson #58080C
Tints of Burnt Crimson #58080C
RGB
CMYK
RGB Variations
Color information
#58080C (or 0x58080C) is known color: Burnt Crimson. HEX triplet: 58, 08 and 0C. RGB value is (88,8,12). Sum of RGB (Red+Green+Blue) = 88+8+12=108 (14% of max value = 765). Red value is 88 (34.77% from 255 or 81.48% from 108); Green value is 8 (3.52% from 255 or 7.41% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 88 - color contains mainly: red. Hex color #58080C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58080C is #A7F7F3. Grayscale: #202020. Windows color (decimal): -11007988 or 788568. OLE color: 788568.
HSL color Cylindrical-coordinate representation of color #58080C: hue angle of 357º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #58080C is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 8 | 12 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.65 |
| HSL | 357º | 0.83% | 0.19% | - |
| HSV(B) | 357º | 0.91% | 0.35% | - |
| XYZ | 4.18 | 2.27 | 0.57 | - |
| YUV | 32.38 | 116.5 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 8 | 12 | 0 | 0.91 | 0.86 | 0.65 | 357 | 0.83 | 0.19 |
| Hex | 58 | 8 | C | 0 | 5B | 56 | 41 | 165 | 53 | 13 |
| Octal | 130 | 10 | 14 | 0 | 133 | 126 | 101 | 545 | 123 | 23 |
| Binary | 1011000 | 1000 | 1100 | 0 | 1011011 | 1010110 | 1000001 | 101100101 | 1010011 | 10011 |
Color Harmonies of #58080C
Complementary color
Monochromatic Colors of #58080C
Black with #58080C
Text Example
Text Example
White with #58080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58080C; }
p { color: rgb(88,8,12); }
H1.HeaderClassName
{
color: #58080C;
}
.AnyTagClassName
{
color: #58080C;
}
</style>
background-color css
<style>
a { background-color: #58080C; }
a { background-color: rgb(88,8,12); }
div.DivClassName
{
background-color: #58080C;
}
.BgClassName
{
background-color: #58080C;
}
</style>
border-color css
<style>
span { border-color: #58080C; }
span { border-color: rgb(88,8,12); }
td.TdClassName
{
border-color: #58080C;
}
.TagClassName
{
border-color: #58080C;
}
</style>