Shades of Burnt Crimson #571A20
Tints of Burnt Crimson #571A20
RGB
CMYK
RGB Variations
Color information
#571A20 (or 0x571A20) is known color: Burnt Crimson. HEX triplet: 57, 1A and 20. RGB value is (87,26,32). Sum of RGB (Red+Green+Blue) = 87+26+32=145 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 87 - color contains mainly: red. Hex color #571A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571A20 is #A8E5DF. Grayscale: #2C2C2C. Windows color (decimal): -11068896 or 2103895. OLE color: 2103895.
HSL color Cylindrical-coordinate representation of color #571A20: hue angle of 354.1º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #571A20 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 26 | 32 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.66 |
| HSL | 354.1º | 0.54% | 0.22% | - |
| HSV(B) | 354.1º | 0.7% | 0.34% | - |
| XYZ | 4.56 | 2.87 | 1.68 | - |
| YUV | 44.92 | 120.71 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 26 | 32 | 0 | 0.70 | 0.63 | 0.66 | 354.1 | 0.54 | 0.22 |
| Hex | 57 | 1A | 20 | 0 | 46 | 3F | 42 | 162 | 36 | 16 |
| Octal | 127 | 32 | 40 | 0 | 106 | 77 | 102 | 542 | 66 | 26 |
| Binary | 1010111 | 11010 | 100000 | 0 | 1000110 | 111111 | 1000010 | 101100010 | 110110 | 10110 |
Color Harmonies of #571A20
Complementary color
Monochromatic Colors of #571A20
Black with #571A20
Text Example
Text Example
White with #571A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571A20; }
p { color: rgb(87,26,32); }
H1.HeaderClassName
{
color: #571A20;
}
.AnyTagClassName
{
color: #571A20;
}
</style>
background-color css
<style>
a { background-color: #571A20; }
a { background-color: rgb(87,26,32); }
div.DivClassName
{
background-color: #571A20;
}
.BgClassName
{
background-color: #571A20;
}
</style>
border-color css
<style>
span { border-color: #571A20; }
span { border-color: rgb(87,26,32); }
td.TdClassName
{
border-color: #571A20;
}
.TagClassName
{
border-color: #571A20;
}
</style>