Shades of Burnt Crimson #561D20
Tints of Burnt Crimson #561D20
RGB
CMYK
RGB Variations
Color information
#561D20 (or 0x561D20) is known color: Burnt Crimson. HEX triplet: 56, 1D and 20. RGB value is (86,29,32). Sum of RGB (Red+Green+Blue) = 86+29+32=147 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.50% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 86 - color contains mainly: red. Hex color #561D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561D20 is #A9E2DF. Grayscale: #2E2E2E. Windows color (decimal): -11133664 or 2104662. OLE color: 2104662.
HSL color Cylindrical-coordinate representation of color #561D20: hue angle of 356.84º degrees, saturation: 0.5, 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 #561D20 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 29 | 32 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.66 |
| HSL | 356.84º | 0.5% | 0.23% | - |
| HSV(B) | 356.84º | 0.66% | 0.34% | - |
| XYZ | 4.54 | 2.96 | 1.7 | - |
| YUV | 46.39 | 119.88 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 29 | 32 | 0 | 0.66 | 0.63 | 0.66 | 356.84 | 0.5 | 0.23 |
| Hex | 56 | 1D | 20 | 0 | 42 | 3F | 42 | 165 | 32 | 17 |
| Octal | 126 | 35 | 40 | 0 | 102 | 77 | 102 | 545 | 62 | 27 |
| Binary | 1010110 | 11101 | 100000 | 0 | 1000010 | 111111 | 1000010 | 101100101 | 110010 | 10111 |
Color Harmonies of #561D20
Complementary color
Monochromatic Colors of #561D20
Black with #561D20
Text Example
Text Example
White with #561D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561D20; }
p { color: rgb(86,29,32); }
H1.HeaderClassName
{
color: #561D20;
}
.AnyTagClassName
{
color: #561D20;
}
</style>
background-color css
<style>
a { background-color: #561D20; }
a { background-color: rgb(86,29,32); }
div.DivClassName
{
background-color: #561D20;
}
.BgClassName
{
background-color: #561D20;
}
</style>
border-color css
<style>
span { border-color: #561D20; }
span { border-color: rgb(86,29,32); }
td.TdClassName
{
border-color: #561D20;
}
.TagClassName
{
border-color: #561D20;
}
</style>