Shades of Burnt Crimson #57181D
Tints of Burnt Crimson #57181D
RGB
CMYK
RGB Variations
Color information
#57181D (or 0x57181D) is known color: Burnt Crimson. HEX triplet: 57, 18 and 1D. RGB value is (87,24,29). Sum of RGB (Red+Green+Blue) = 87+24+29=140 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.14% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 29 (11.72% from 255 or 20.71% from 140); Max value from RGB is 87 - color contains mainly: red. Hex color #57181D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57181D is #A8E7E2. Grayscale: #2B2B2B. Windows color (decimal): -11069411 or 1906775. OLE color: 1906775.
HSL color Cylindrical-coordinate representation of color #57181D: hue angle of 355.24º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #57181D is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 24 | 29 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.66 |
| HSL | 355.24º | 0.57% | 0.22% | - |
| HSV(B) | 355.24º | 0.72% | 0.34% | - |
| XYZ | 4.48 | 2.77 | 1.46 | - |
| YUV | 43.41 | 119.87 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 24 | 29 | 0 | 0.72 | 0.67 | 0.66 | 355.24 | 0.57 | 0.22 |
| Hex | 57 | 18 | 1D | 0 | 48 | 43 | 42 | 163 | 39 | 16 |
| Octal | 127 | 30 | 35 | 0 | 110 | 103 | 102 | 543 | 71 | 26 |
| Binary | 1010111 | 11000 | 11101 | 0 | 1001000 | 1000011 | 1000010 | 101100011 | 111001 | 10110 |
Color Harmonies of #57181D
Complementary color
Monochromatic Colors of #57181D
Black with #57181D
Text Example
Text Example
White with #57181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57181D; }
p { color: rgb(87,24,29); }
H1.HeaderClassName
{
color: #57181D;
}
.AnyTagClassName
{
color: #57181D;
}
</style>
background-color css
<style>
a { background-color: #57181D; }
a { background-color: rgb(87,24,29); }
div.DivClassName
{
background-color: #57181D;
}
.BgClassName
{
background-color: #57181D;
}
</style>
border-color css
<style>
span { border-color: #57181D; }
span { border-color: rgb(87,24,29); }
td.TdClassName
{
border-color: #57181D;
}
.TagClassName
{
border-color: #57181D;
}
</style>