Shades of Burnt Crimson #57202A
Tints of Burnt Crimson #57202A
RGB
CMYK
RGB Variations
Color information
#57202A (or 0x57202A) is known color: Burnt Crimson. HEX triplet: 57, 20 and 2A. RGB value is (87,32,42). Sum of RGB (Red+Green+Blue) = 87+32+42=161 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.04% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 87 - color contains mainly: red. Hex color #57202A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57202A is #A8DFD5. Grayscale: #313131. Windows color (decimal): -11067350 or 2760791. OLE color: 2760791.
HSL color Cylindrical-coordinate representation of color #57202A: hue angle of 349.09º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57202A is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 32 | 42 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.66 |
| HSL | 349.09º | 0.46% | 0.23% | - |
| HSV(B) | 349.09º | 0.63% | 0.34% | - |
| XYZ | 4.86 | 3.23 | 2.56 | - |
| YUV | 49.59 | 123.72 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 32 | 42 | 0 | 0.63 | 0.52 | 0.66 | 349.09 | 0.46 | 0.23 |
| Hex | 57 | 20 | 2A | 0 | 3F | 34 | 42 | 15D | 2E | 17 |
| Octal | 127 | 40 | 52 | 0 | 77 | 64 | 102 | 535 | 56 | 27 |
| Binary | 1010111 | 100000 | 101010 | 0 | 111111 | 110100 | 1000010 | 101011101 | 101110 | 10111 |
Color Harmonies of #57202A
Complementary color
Monochromatic Colors of #57202A
Black with #57202A
Text Example
Text Example
White with #57202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57202A; }
p { color: rgb(87,32,42); }
H1.HeaderClassName
{
color: #57202A;
}
.AnyTagClassName
{
color: #57202A;
}
</style>
background-color css
<style>
a { background-color: #57202A; }
a { background-color: rgb(87,32,42); }
div.DivClassName
{
background-color: #57202A;
}
.BgClassName
{
background-color: #57202A;
}
</style>
border-color css
<style>
span { border-color: #57202A; }
span { border-color: rgb(87,32,42); }
td.TdClassName
{
border-color: #57202A;
}
.TagClassName
{
border-color: #57202A;
}
</style>