Shades of Burnt Crimson #57242C
Tints of Burnt Crimson #57242C
RGB
CMYK
RGB Variations
Color information
#57242C (or 0x57242C) is known color: Burnt Crimson. HEX triplet: 57, 24 and 2C. RGB value is (87,36,44). Sum of RGB (Red+Green+Blue) = 87+36+44=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #57242C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57242C is #A8DBD3. Grayscale: #343434. Windows color (decimal): -11066324 or 2892887. OLE color: 2892887.
HSL color Cylindrical-coordinate representation of color #57242C: hue angle of 350.59º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #57242C is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 36 | 44 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.66 |
| HSL | 350.59º | 0.41% | 0.24% | - |
| HSV(B) | 350.59º | 0.59% | 0.34% | - |
| XYZ | 5.02 | 3.47 | 2.79 | - |
| YUV | 52.16 | 123.4 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 36 | 44 | 0 | 0.59 | 0.49 | 0.66 | 350.59 | 0.41 | 0.24 |
| Hex | 57 | 24 | 2C | 0 | 3B | 31 | 42 | 15F | 29 | 18 |
| Octal | 127 | 44 | 54 | 0 | 73 | 61 | 102 | 537 | 51 | 30 |
| Binary | 1010111 | 100100 | 101100 | 0 | 111011 | 110001 | 1000010 | 101011111 | 101001 | 11000 |
Color Harmonies of #57242C
Complementary color
Monochromatic Colors of #57242C
Black with #57242C
Text Example
Text Example
White with #57242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57242C; }
p { color: rgb(87,36,44); }
H1.HeaderClassName
{
color: #57242C;
}
.AnyTagClassName
{
color: #57242C;
}
</style>
background-color css
<style>
a { background-color: #57242C; }
a { background-color: rgb(87,36,44); }
div.DivClassName
{
background-color: #57242C;
}
.BgClassName
{
background-color: #57242C;
}
</style>
border-color css
<style>
span { border-color: #57242C; }
span { border-color: rgb(87,36,44); }
td.TdClassName
{
border-color: #57242C;
}
.TagClassName
{
border-color: #57242C;
}
</style>