Shades of Burnt Crimson #580709
Tints of Burnt Crimson #580709
RGB
CMYK
RGB Variations
Color information
#580709 (or 0x580709) is known color: Burnt Crimson. HEX triplet: 58, 07 and 09. RGB value is (88,7,9). Sum of RGB (Red+Green+Blue) = 88+7+9=104 (13% of max value = 765). Red value is 88 (34.77% from 255 or 84.62% from 104); Green value is 7 (3.12% from 255 or 6.73% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 88 - color contains mainly: red. Hex color #580709 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580709 is #A7F8F6. Grayscale: #1F1F1F. Windows color (decimal): -11008247 or 591704. OLE color: 591704.
HSL color Cylindrical-coordinate representation of color #580709: hue angle of 358.52º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #580709 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 7 | 9 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.65 |
| HSL | 358.52º | 0.85% | 0.19% | - |
| HSV(B) | 358.52º | 0.92% | 0.35% | - |
| XYZ | 4.15 | 2.25 | 0.47 | - |
| YUV | 31.45 | 115.34 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 7 | 9 | 0 | 0.92 | 0.90 | 0.65 | 358.52 | 0.85 | 0.19 |
| Hex | 58 | 7 | 9 | 0 | 5C | 5A | 41 | 167 | 55 | 13 |
| Octal | 130 | 7 | 11 | 0 | 134 | 132 | 101 | 547 | 125 | 23 |
| Binary | 1011000 | 111 | 1001 | 0 | 1011100 | 1011010 | 1000001 | 101100111 | 1010101 | 10011 |
Color Harmonies of #580709
Complementary color
Monochromatic Colors of #580709
Black with #580709
Text Example
Text Example
White with #580709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580709; }
p { color: rgb(88,7,9); }
H1.HeaderClassName
{
color: #580709;
}
.AnyTagClassName
{
color: #580709;
}
</style>
background-color css
<style>
a { background-color: #580709; }
a { background-color: rgb(88,7,9); }
div.DivClassName
{
background-color: #580709;
}
.BgClassName
{
background-color: #580709;
}
</style>
border-color css
<style>
span { border-color: #580709; }
span { border-color: rgb(88,7,9); }
td.TdClassName
{
border-color: #580709;
}
.TagClassName
{
border-color: #580709;
}
</style>