Shades of Burnt Crimson #571F28
Tints of Burnt Crimson #571F28
RGB
CMYK
RGB Variations
Color information
#571F28 (or 0x571F28) is known color: Burnt Crimson. HEX triplet: 57, 1F and 28. RGB value is (87,31,40). Sum of RGB (Red+Green+Blue) = 87+31+40=158 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.06% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 87 - color contains mainly: red. Hex color #571F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571F28 is #A8E0D7. Grayscale: #303030. Windows color (decimal): -11067608 or 2629463. OLE color: 2629463.
HSL color Cylindrical-coordinate representation of color #571F28: hue angle of 350.36º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #571F28 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 31 | 40 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.66 |
| HSL | 350.36º | 0.47% | 0.23% | - |
| HSV(B) | 350.36º | 0.64% | 0.34% | - |
| XYZ | 4.8 | 3.16 | 2.36 | - |
| YUV | 48.77 | 123.05 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 31 | 40 | 0 | 0.64 | 0.54 | 0.66 | 350.36 | 0.47 | 0.23 |
| Hex | 57 | 1F | 28 | 0 | 40 | 36 | 42 | 15E | 2F | 17 |
| Octal | 127 | 37 | 50 | 0 | 100 | 66 | 102 | 536 | 57 | 27 |
| Binary | 1010111 | 11111 | 101000 | 0 | 1000000 | 110110 | 1000010 | 101011110 | 101111 | 10111 |
Color Harmonies of #571F28
Complementary color
Monochromatic Colors of #571F28
Black with #571F28
Text Example
Text Example
White with #571F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571F28; }
p { color: rgb(87,31,40); }
H1.HeaderClassName
{
color: #571F28;
}
.AnyTagClassName
{
color: #571F28;
}
</style>
background-color css
<style>
a { background-color: #571F28; }
a { background-color: rgb(87,31,40); }
div.DivClassName
{
background-color: #571F28;
}
.BgClassName
{
background-color: #571F28;
}
</style>
border-color css
<style>
span { border-color: #571F28; }
span { border-color: rgb(87,31,40); }
td.TdClassName
{
border-color: #571F28;
}
.TagClassName
{
border-color: #571F28;
}
</style>