Shades of Burnt Crimson #561E21
Tints of Burnt Crimson #561E21
RGB
CMYK
RGB Variations
Color information
#561E21 (or 0x561E21) is known color: Burnt Crimson. HEX triplet: 56, 1E and 21. RGB value is (86,30,33). Sum of RGB (Red+Green+Blue) = 86+30+33=149 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.72% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 86 - color contains mainly: red. Hex color #561E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561E21 is #A9E1DE. Grayscale: #2F2F2F. Windows color (decimal): -11133407 or 2170454. OLE color: 2170454.
HSL color Cylindrical-coordinate representation of color #561E21: hue angle of 356.79º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #561E21 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 30 | 33 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.66 |
| HSL | 356.79º | 0.48% | 0.23% | - |
| HSV(B) | 356.79º | 0.65% | 0.34% | - |
| XYZ | 4.58 | 3.02 | 1.78 | - |
| YUV | 47.09 | 120.05 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 30 | 33 | 0 | 0.65 | 0.62 | 0.66 | 356.79 | 0.48 | 0.23 |
| Hex | 56 | 1E | 21 | 0 | 41 | 3E | 42 | 165 | 30 | 17 |
| Octal | 126 | 36 | 41 | 0 | 101 | 76 | 102 | 545 | 60 | 27 |
| Binary | 1010110 | 11110 | 100001 | 0 | 1000001 | 111110 | 1000010 | 101100101 | 110000 | 10111 |
Color Harmonies of #561E21
Complementary color
Monochromatic Colors of #561E21
Black with #561E21
Text Example
Text Example
White with #561E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561E21; }
p { color: rgb(86,30,33); }
H1.HeaderClassName
{
color: #561E21;
}
.AnyTagClassName
{
color: #561E21;
}
</style>
background-color css
<style>
a { background-color: #561E21; }
a { background-color: rgb(86,30,33); }
div.DivClassName
{
background-color: #561E21;
}
.BgClassName
{
background-color: #561E21;
}
</style>
border-color css
<style>
span { border-color: #561E21; }
span { border-color: rgb(86,30,33); }
td.TdClassName
{
border-color: #561E21;
}
.TagClassName
{
border-color: #561E21;
}
</style>