Shades of Burnt Crimson #571E27
Tints of Burnt Crimson #571E27
RGB
CMYK
RGB Variations
Color information
#571E27 (or 0x571E27) is known color: Burnt Crimson. HEX triplet: 57, 1E and 27. RGB value is (87,30,39). Sum of RGB (Red+Green+Blue) = 87+30+39=156 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.77% from 156); Green value is 30 (12.11% from 255 or 19.23% from 156); Blue value is 39 (15.62% from 255 or 25% from 156); Max value from RGB is 87 - color contains mainly: red. Hex color #571E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571E27 is #A8E1D8. Grayscale: #303030. Windows color (decimal): -11067865 or 2563671. OLE color: 2563671.
HSL color Cylindrical-coordinate representation of color #571E27: hue angle of 350.53º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #571E27 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 30 | 39 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.66 |
| HSL | 350.53º | 0.49% | 0.23% | - |
| HSV(B) | 350.53º | 0.66% | 0.34% | - |
| XYZ | 4.76 | 3.1 | 2.27 | - |
| YUV | 48.07 | 122.88 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 30 | 39 | 0 | 0.66 | 0.55 | 0.66 | 350.53 | 0.49 | 0.23 |
| Hex | 57 | 1E | 27 | 0 | 42 | 37 | 42 | 15F | 31 | 17 |
| Octal | 127 | 36 | 47 | 0 | 102 | 67 | 102 | 537 | 61 | 27 |
| Binary | 1010111 | 11110 | 100111 | 0 | 1000010 | 110111 | 1000010 | 101011111 | 110001 | 10111 |
Color Harmonies of #571E27
Complementary color
Monochromatic Colors of #571E27
Black with #571E27
Text Example
Text Example
White with #571E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571E27; }
p { color: rgb(87,30,39); }
H1.HeaderClassName
{
color: #571E27;
}
.AnyTagClassName
{
color: #571E27;
}
</style>
background-color css
<style>
a { background-color: #571E27; }
a { background-color: rgb(87,30,39); }
div.DivClassName
{
background-color: #571E27;
}
.BgClassName
{
background-color: #571E27;
}
</style>
border-color css
<style>
span { border-color: #571E27; }
span { border-color: rgb(87,30,39); }
td.TdClassName
{
border-color: #571E27;
}
.TagClassName
{
border-color: #571E27;
}
</style>