Shades of Red Oxide #561811
Tints of Red Oxide #561811
RGB
CMYK
RGB Variations
Color information
#561811 (or 0x561811) is known color: Red Oxide. HEX triplet: 56, 18 and 11. RGB value is (86,24,17). Sum of RGB (Red+Green+Blue) = 86+24+17=127 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.72% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 86 - color contains mainly: red. Hex color #561811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561811 is #A9E7EE. Grayscale: #292929. Windows color (decimal): -11134959 or 1120342. OLE color: 1120342.
HSL color Cylindrical-coordinate representation of color #561811: hue angle of 6.09º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #561811 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 24 | 17 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.66 |
| HSL | 6.09º | 0.67% | 0.2% | - |
| HSV(B) | 6.09º | 0.8% | 0.34% | - |
| XYZ | 4.27 | 2.67 | 0.82 | - |
| YUV | 41.74 | 114.04 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 24 | 17 | 0 | 0.72 | 0.80 | 0.66 | 6.09 | 0.67 | 0.2 |
| Hex | 56 | 18 | 11 | 0 | 48 | 50 | 42 | 6 | 43 | 14 |
| Octal | 126 | 30 | 21 | 0 | 110 | 120 | 102 | 6 | 103 | 24 |
| Binary | 1010110 | 11000 | 10001 | 0 | 1001000 | 1010000 | 1000010 | 110 | 1000011 | 10100 |
Color Harmonies of #561811
Complementary color
Monochromatic Colors of #561811
Black with #561811
Text Example
Text Example
White with #561811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561811; }
p { color: rgb(86,24,17); }
H1.HeaderClassName
{
color: #561811;
}
.AnyTagClassName
{
color: #561811;
}
</style>
background-color css
<style>
a { background-color: #561811; }
a { background-color: rgb(86,24,17); }
div.DivClassName
{
background-color: #561811;
}
.BgClassName
{
background-color: #561811;
}
</style>
border-color css
<style>
span { border-color: #561811; }
span { border-color: rgb(86,24,17); }
td.TdClassName
{
border-color: #561811;
}
.TagClassName
{
border-color: #561811;
}
</style>