Shades of Burnt Crimson #57191C
Tints of Burnt Crimson #57191C
RGB
CMYK
RGB Variations
Color information
#57191C (or 0x57191C) is known color: Burnt Crimson. HEX triplet: 57, 19 and 1C. RGB value is (87,25,28). Sum of RGB (Red+Green+Blue) = 87+25+28=140 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.14% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 87 - color contains mainly: red. Hex color #57191C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57191C is #A8E6E3. Grayscale: #2B2B2B. Windows color (decimal): -11069156 or 1841495. OLE color: 1841495.
HSL color Cylindrical-coordinate representation of color #57191C: hue angle of 357.1º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #57191C is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 25 | 28 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.66 |
| HSL | 357.1º | 0.55% | 0.22% | - |
| HSV(B) | 357.1º | 0.71% | 0.34% | - |
| XYZ | 4.49 | 2.81 | 1.4 | - |
| YUV | 43.88 | 119.04 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 25 | 28 | 0 | 0.71 | 0.68 | 0.66 | 357.1 | 0.55 | 0.22 |
| Hex | 57 | 19 | 1C | 0 | 47 | 44 | 42 | 165 | 37 | 16 |
| Octal | 127 | 31 | 34 | 0 | 107 | 104 | 102 | 545 | 67 | 26 |
| Binary | 1010111 | 11001 | 11100 | 0 | 1000111 | 1000100 | 1000010 | 101100101 | 110111 | 10110 |
Color Harmonies of #57191C
Complementary color
Monochromatic Colors of #57191C
Black with #57191C
Text Example
Text Example
White with #57191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57191C; }
p { color: rgb(87,25,28); }
H1.HeaderClassName
{
color: #57191C;
}
.AnyTagClassName
{
color: #57191C;
}
</style>
background-color css
<style>
a { background-color: #57191C; }
a { background-color: rgb(87,25,28); }
div.DivClassName
{
background-color: #57191C;
}
.BgClassName
{
background-color: #57191C;
}
</style>
border-color css
<style>
span { border-color: #57191C; }
span { border-color: rgb(87,25,28); }
td.TdClassName
{
border-color: #57191C;
}
.TagClassName
{
border-color: #57191C;
}
</style>