Shades of Burnt Crimson #561C22
Tints of Burnt Crimson #561C22
RGB
CMYK
RGB Variations
Color information
#561C22 (or 0x561C22) is known color: Burnt Crimson. HEX triplet: 56, 1C and 22. RGB value is (86,28,34). Sum of RGB (Red+Green+Blue) = 86+28+34=148 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.11% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 34 (13.67% from 255 or 22.97% from 148); Max value from RGB is 86 - color contains mainly: red. Hex color #561C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561C22 is #A9E3DD. Grayscale: #2E2E2E. Windows color (decimal): -11133918 or 2235478. OLE color: 2235478.
HSL color Cylindrical-coordinate representation of color #561C22: hue angle of 353.79º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #561C22 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 28 | 34 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.66 |
| HSL | 353.79º | 0.51% | 0.22% | - |
| HSV(B) | 353.79º | 0.67% | 0.34% | - |
| XYZ | 4.54 | 2.92 | 1.84 | - |
| YUV | 46.03 | 121.22 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 28 | 34 | 0 | 0.67 | 0.60 | 0.66 | 353.79 | 0.51 | 0.22 |
| Hex | 56 | 1C | 22 | 0 | 43 | 3C | 42 | 162 | 33 | 16 |
| Octal | 126 | 34 | 42 | 0 | 103 | 74 | 102 | 542 | 63 | 26 |
| Binary | 1010110 | 11100 | 100010 | 0 | 1000011 | 111100 | 1000010 | 101100010 | 110011 | 10110 |
Color Harmonies of #561C22
Complementary color
Monochromatic Colors of #561C22
Black with #561C22
Text Example
Text Example
White with #561C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561C22; }
p { color: rgb(86,28,34); }
H1.HeaderClassName
{
color: #561C22;
}
.AnyTagClassName
{
color: #561C22;
}
</style>
background-color css
<style>
a { background-color: #561C22; }
a { background-color: rgb(86,28,34); }
div.DivClassName
{
background-color: #561C22;
}
.BgClassName
{
background-color: #561C22;
}
</style>
border-color css
<style>
span { border-color: #561C22; }
span { border-color: rgb(86,28,34); }
td.TdClassName
{
border-color: #561C22;
}
.TagClassName
{
border-color: #561C22;
}
</style>