Shades of Burnt Crimson #57171C
Tints of Burnt Crimson #57171C
RGB
CMYK
RGB Variations
Color information
#57171C (or 0x57171C) is known color: Burnt Crimson. HEX triplet: 57, 17 and 1C. RGB value is (87,23,28). Sum of RGB (Red+Green+Blue) = 87+23+28=138 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.04% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 87 - color contains mainly: red. Hex color #57171C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57171C is #A8E8E3. Grayscale: #2A2A2A. Windows color (decimal): -11069668 or 1840983. OLE color: 1840983.
HSL color Cylindrical-coordinate representation of color #57171C: hue angle of 355.31º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #57171C is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 23 | 28 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.66 |
| HSL | 355.31º | 0.58% | 0.22% | - |
| HSV(B) | 355.31º | 0.74% | 0.34% | - |
| XYZ | 4.45 | 2.72 | 1.39 | - |
| YUV | 42.71 | 119.7 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 23 | 28 | 0 | 0.74 | 0.68 | 0.66 | 355.31 | 0.58 | 0.22 |
| Hex | 57 | 17 | 1C | 0 | 4A | 44 | 42 | 163 | 3A | 16 |
| Octal | 127 | 27 | 34 | 0 | 112 | 104 | 102 | 543 | 72 | 26 |
| Binary | 1010111 | 10111 | 11100 | 0 | 1001010 | 1000100 | 1000010 | 101100011 | 111010 | 10110 |
Color Harmonies of #57171C
Complementary color
Monochromatic Colors of #57171C
Black with #57171C
Text Example
Text Example
White with #57171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57171C; }
p { color: rgb(87,23,28); }
H1.HeaderClassName
{
color: #57171C;
}
.AnyTagClassName
{
color: #57171C;
}
</style>
background-color css
<style>
a { background-color: #57171C; }
a { background-color: rgb(87,23,28); }
div.DivClassName
{
background-color: #57171C;
}
.BgClassName
{
background-color: #57171C;
}
</style>
border-color css
<style>
span { border-color: #57171C; }
span { border-color: rgb(87,23,28); }
td.TdClassName
{
border-color: #57171C;
}
.TagClassName
{
border-color: #57171C;
}
</style>