Shades of Red Oxide #561110
Tints of Red Oxide #561110
RGB
CMYK
RGB Variations
Color information
#561110 (or 0x561110) is known color: Red Oxide. HEX triplet: 56, 11 and 10. RGB value is (86,17,16). Sum of RGB (Red+Green+Blue) = 86+17+16=119 (15% of max value = 765). Red value is 86 (33.98% from 255 or 72.27% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 16 (6.64% from 255 or 13.45% from 119); Max value from RGB is 86 - color contains mainly: red. Hex color #561110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561110 is #A9EEEF. Grayscale: #252525. Windows color (decimal): -11136752 or 1053014. OLE color: 1053014.
HSL color Cylindrical-coordinate representation of color #561110: hue angle of 0.86º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #561110 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 17 | 16 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.66 |
| HSL | 0.86º | 0.69% | 0.2% | - |
| HSV(B) | 0.86º | 0.81% | 0.34% | - |
| XYZ | 4.13 | 2.42 | 0.74 | - |
| YUV | 37.52 | 115.86 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 17 | 16 | 0 | 0.80 | 0.81 | 0.66 | 0.86 | 0.69 | 0.2 |
| Hex | 56 | 11 | 10 | 0 | 50 | 51 | 42 | 1 | 45 | 14 |
| Octal | 126 | 21 | 20 | 0 | 120 | 121 | 102 | 1 | 105 | 24 |
| Binary | 1010110 | 10001 | 10000 | 0 | 1010000 | 1010001 | 1000010 | 1 | 1000101 | 10100 |
Color Harmonies of #561110
Complementary color
Monochromatic Colors of #561110
Black with #561110
Text Example
Text Example
White with #561110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561110; }
p { color: rgb(86,17,16); }
H1.HeaderClassName
{
color: #561110;
}
.AnyTagClassName
{
color: #561110;
}
</style>
background-color css
<style>
a { background-color: #561110; }
a { background-color: rgb(86,17,16); }
div.DivClassName
{
background-color: #561110;
}
.BgClassName
{
background-color: #561110;
}
</style>
border-color css
<style>
span { border-color: #561110; }
span { border-color: rgb(86,17,16); }
td.TdClassName
{
border-color: #561110;
}
.TagClassName
{
border-color: #561110;
}
</style>