Shades of Burnt Crimson #571A23
Tints of Burnt Crimson #571A23
RGB
CMYK
RGB Variations
Color information
#571A23 (or 0x571A23) is known color: Burnt Crimson. HEX triplet: 57, 1A and 23. RGB value is (87,26,35). Sum of RGB (Red+Green+Blue) = 87+26+35=148 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.78% from 148); Green value is 26 (10.55% from 255 or 17.57% from 148); Blue value is 35 (14.06% from 255 or 23.65% from 148); Max value from RGB is 87 - color contains mainly: red. Hex color #571A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571A23 is #A8E5DC. Grayscale: #2D2D2D. Windows color (decimal): -11068893 or 2300503. OLE color: 2300503.
HSL color Cylindrical-coordinate representation of color #571A23: hue angle of 351.15º 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 #571A23 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 26 | 35 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.66 |
| HSL | 351.15º | 0.54% | 0.22% | - |
| HSV(B) | 351.15º | 0.7% | 0.34% | - |
| XYZ | 4.6 | 2.89 | 1.9 | - |
| YUV | 45.27 | 122.21 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 26 | 35 | 0 | 0.70 | 0.60 | 0.66 | 351.15 | 0.54 | 0.22 |
| Hex | 57 | 1A | 23 | 0 | 46 | 3C | 42 | 15F | 36 | 16 |
| Octal | 127 | 32 | 43 | 0 | 106 | 74 | 102 | 537 | 66 | 26 |
| Binary | 1010111 | 11010 | 100011 | 0 | 1000110 | 111100 | 1000010 | 101011111 | 110110 | 10110 |
Color Harmonies of #571A23
Complementary color
Monochromatic Colors of #571A23
Black with #571A23
Text Example
Text Example
White with #571A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571A23; }
p { color: rgb(87,26,35); }
H1.HeaderClassName
{
color: #571A23;
}
.AnyTagClassName
{
color: #571A23;
}
</style>
background-color css
<style>
a { background-color: #571A23; }
a { background-color: rgb(87,26,35); }
div.DivClassName
{
background-color: #571A23;
}
.BgClassName
{
background-color: #571A23;
}
</style>
border-color css
<style>
span { border-color: #571A23; }
span { border-color: rgb(87,26,35); }
td.TdClassName
{
border-color: #571A23;
}
.TagClassName
{
border-color: #571A23;
}
</style>