Shades of Burnt Crimson #57161D
Tints of Burnt Crimson #57161D
RGB
CMYK
RGB Variations
Color information
#57161D (or 0x57161D) is known color: Burnt Crimson. HEX triplet: 57, 16 and 1D. RGB value is (87,22,29). Sum of RGB (Red+Green+Blue) = 87+22+29=138 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.04% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 87 - color contains mainly: red. Hex color #57161D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57161D is #A8E9E2. Grayscale: #2A2A2A. Windows color (decimal): -11069923 or 1906263. OLE color: 1906263.
HSL color Cylindrical-coordinate representation of color #57161D: hue angle of 353.54º 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 #57161D is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 22 | 29 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.66 |
| HSL | 353.54º | 0.6% | 0.21% | - |
| HSV(B) | 353.54º | 0.75% | 0.34% | - |
| XYZ | 4.44 | 2.69 | 1.45 | - |
| YUV | 42.23 | 120.53 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 22 | 29 | 0 | 0.75 | 0.67 | 0.66 | 353.54 | 0.6 | 0.21 |
| Hex | 57 | 16 | 1D | 0 | 4B | 43 | 42 | 162 | 3C | 15 |
| Octal | 127 | 26 | 35 | 0 | 113 | 103 | 102 | 542 | 74 | 25 |
| Binary | 1010111 | 10110 | 11101 | 0 | 1001011 | 1000011 | 1000010 | 101100010 | 111100 | 10101 |
Color Harmonies of #57161D
Complementary color
Monochromatic Colors of #57161D
Black with #57161D
Text Example
Text Example
White with #57161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57161D; }
p { color: rgb(87,22,29); }
H1.HeaderClassName
{
color: #57161D;
}
.AnyTagClassName
{
color: #57161D;
}
</style>
background-color css
<style>
a { background-color: #57161D; }
a { background-color: rgb(87,22,29); }
div.DivClassName
{
background-color: #57161D;
}
.BgClassName
{
background-color: #57161D;
}
</style>
border-color css
<style>
span { border-color: #57161D; }
span { border-color: rgb(87,22,29); }
td.TdClassName
{
border-color: #57161D;
}
.TagClassName
{
border-color: #57161D;
}
</style>