Shades of Burnt Crimson #57080A
Tints of Burnt Crimson #57080A
RGB
CMYK
RGB Variations
Color information
#57080A (or 0x57080A) is known color: Burnt Crimson. HEX triplet: 57, 08 and 0A. RGB value is (87,8,10). Sum of RGB (Red+Green+Blue) = 87+8+10=105 (13% of max value = 765). Red value is 87 (34.38% from 255 or 82.86% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 10 (4.30% from 255 or 9.52% from 105); Max value from RGB is 87 - color contains mainly: red. Hex color #57080A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57080A is #A8F7F5. Grayscale: #1F1F1F. Windows color (decimal): -11073526 or 657495. OLE color: 657495.
HSL color Cylindrical-coordinate representation of color #57080A: hue angle of 358.48º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #57080A is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 8 | 10 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.66 |
| HSL | 358.48º | 0.83% | 0.19% | - |
| HSV(B) | 358.48º | 0.91% | 0.34% | - |
| XYZ | 4.07 | 2.22 | 0.5 | - |
| YUV | 31.85 | 115.67 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 8 | 10 | 0 | 0.91 | 0.89 | 0.66 | 358.48 | 0.83 | 0.19 |
| Hex | 57 | 8 | A | 0 | 5B | 59 | 42 | 166 | 53 | 13 |
| Octal | 127 | 10 | 12 | 0 | 133 | 131 | 102 | 546 | 123 | 23 |
| Binary | 1010111 | 1000 | 1010 | 0 | 1011011 | 1011001 | 1000010 | 101100110 | 1010011 | 10011 |
Color Harmonies of #57080A
Complementary color
Monochromatic Colors of #57080A
Black with #57080A
Text Example
Text Example
White with #57080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57080A; }
p { color: rgb(87,8,10); }
H1.HeaderClassName
{
color: #57080A;
}
.AnyTagClassName
{
color: #57080A;
}
</style>
background-color css
<style>
a { background-color: #57080A; }
a { background-color: rgb(87,8,10); }
div.DivClassName
{
background-color: #57080A;
}
.BgClassName
{
background-color: #57080A;
}
</style>
border-color css
<style>
span { border-color: #57080A; }
span { border-color: rgb(87,8,10); }
td.TdClassName
{
border-color: #57080A;
}
.TagClassName
{
border-color: #57080A;
}
</style>