Shades of Burnt Crimson #57161E
Tints of Burnt Crimson #57161E
RGB
CMYK
RGB Variations
Color information
#57161E (or 0x57161E) is known color: Burnt Crimson. HEX triplet: 57, 16 and 1E. RGB value is (87,22,30). Sum of RGB (Red+Green+Blue) = 87+22+30=139 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.59% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 87 - color contains mainly: red. Hex color #57161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57161E is #A8E9E1. Grayscale: #2A2A2A. Windows color (decimal): -11069922 or 1971799. OLE color: 1971799.
HSL color Cylindrical-coordinate representation of color #57161E: hue angle of 352.62º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #57161E is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 22 | 30 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.66 |
| HSL | 352.62º | 0.6% | 0.21% | - |
| HSV(B) | 352.62º | 0.75% | 0.34% | - |
| XYZ | 4.45 | 2.69 | 1.51 | - |
| YUV | 42.35 | 121.03 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 22 | 30 | 0 | 0.75 | 0.66 | 0.66 | 352.62 | 0.6 | 0.21 |
| Hex | 57 | 16 | 1E | 0 | 4B | 42 | 42 | 161 | 3C | 15 |
| Octal | 127 | 26 | 36 | 0 | 113 | 102 | 102 | 541 | 74 | 25 |
| Binary | 1010111 | 10110 | 11110 | 0 | 1001011 | 1000010 | 1000010 | 101100001 | 111100 | 10101 |
Color Harmonies of #57161E
Complementary color
Monochromatic Colors of #57161E
Black with #57161E
Text Example
Text Example
White with #57161E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57161E; }
p { color: rgb(87,22,30); }
H1.HeaderClassName
{
color: #57161E;
}
.AnyTagClassName
{
color: #57161E;
}
</style>
background-color css
<style>
a { background-color: #57161E; }
a { background-color: rgb(87,22,30); }
div.DivClassName
{
background-color: #57161E;
}
.BgClassName
{
background-color: #57161E;
}
</style>
border-color css
<style>
span { border-color: #57161E; }
span { border-color: rgb(87,22,30); }
td.TdClassName
{
border-color: #57161E;
}
.TagClassName
{
border-color: #57161E;
}
</style>