Shades of Burnt Crimson #57161A
Tints of Burnt Crimson #57161A
RGB
CMYK
RGB Variations
Color information
#57161A (or 0x57161A) is known color: Burnt Crimson. HEX triplet: 57, 16 and 1A. RGB value is (87,22,26). Sum of RGB (Red+Green+Blue) = 87+22+26=135 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.44% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 87 - color contains mainly: red. Hex color #57161A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57161A is #A8E9E5. Grayscale: #292929. Windows color (decimal): -11069926 or 1709655. OLE color: 1709655.
HSL color Cylindrical-coordinate representation of color #57161A: hue angle of 356.31º 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 #57161A is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 22 | 26 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.66 |
| HSL | 356.31º | 0.6% | 0.21% | - |
| HSV(B) | 356.31º | 0.75% | 0.34% | - |
| XYZ | 4.4 | 2.67 | 1.26 | - |
| YUV | 41.89 | 119.03 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 22 | 26 | 0 | 0.75 | 0.70 | 0.66 | 356.31 | 0.6 | 0.21 |
| Hex | 57 | 16 | 1A | 0 | 4B | 46 | 42 | 164 | 3C | 15 |
| Octal | 127 | 26 | 32 | 0 | 113 | 106 | 102 | 544 | 74 | 25 |
| Binary | 1010111 | 10110 | 11010 | 0 | 1001011 | 1000110 | 1000010 | 101100100 | 111100 | 10101 |
Color Harmonies of #57161A
Complementary color
Monochromatic Colors of #57161A
Black with #57161A
Text Example
Text Example
White with #57161A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57161A; }
p { color: rgb(87,22,26); }
H1.HeaderClassName
{
color: #57161A;
}
.AnyTagClassName
{
color: #57161A;
}
</style>
background-color css
<style>
a { background-color: #57161A; }
a { background-color: rgb(87,22,26); }
div.DivClassName
{
background-color: #57161A;
}
.BgClassName
{
background-color: #57161A;
}
</style>
border-color css
<style>
span { border-color: #57161A; }
span { border-color: rgb(87,22,26); }
td.TdClassName
{
border-color: #57161A;
}
.TagClassName
{
border-color: #57161A;
}
</style>