Shades of Red Oxide #560905
Tints of Red Oxide #560905
RGB
CMYK
RGB Variations
Color information
#560905 (or 0x560905) is known color: Red Oxide. HEX triplet: 56, 09 and 05. RGB value is (86,9,5). Sum of RGB (Red+Green+Blue) = 86+9+5=100 (13% of max value = 765). Red value is 86 (33.98% from 255 or 86% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 5 (2.34% from 255 or 5% from 100); Max value from RGB is 86 - color contains mainly: red. Hex color #560905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560905 is #A9F6FA. Grayscale: #1F1F1F. Windows color (decimal): -11138811 or 330070. OLE color: 330070.
HSL color Cylindrical-coordinate representation of color #560905: hue angle of 2.96º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560905 is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 9 | 5 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.66 |
| HSL | 2.96º | 0.89% | 0.18% | - |
| HSV(B) | 2.96º | 0.94% | 0.34% | - |
| XYZ | 3.96 | 2.18 | 0.36 | - |
| YUV | 31.57 | 113.01 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 9 | 5 | 0 | 0.90 | 0.94 | 0.66 | 2.96 | 0.89 | 0.18 |
| Hex | 56 | 9 | 5 | 0 | 5A | 5E | 42 | 3 | 59 | 12 |
| Octal | 126 | 11 | 5 | 0 | 132 | 136 | 102 | 3 | 131 | 22 |
| Binary | 1010110 | 1001 | 101 | 0 | 1011010 | 1011110 | 1000010 | 11 | 1011001 | 10010 |
Color Harmonies of #560905
Complementary color
Monochromatic Colors of #560905
Black with #560905
Text Example
Text Example
White with #560905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560905; }
p { color: rgb(86,9,5); }
H1.HeaderClassName
{
color: #560905;
}
.AnyTagClassName
{
color: #560905;
}
</style>
background-color css
<style>
a { background-color: #560905; }
a { background-color: rgb(86,9,5); }
div.DivClassName
{
background-color: #560905;
}
.BgClassName
{
background-color: #560905;
}
</style>
border-color css
<style>
span { border-color: #560905; }
span { border-color: rgb(86,9,5); }
td.TdClassName
{
border-color: #560905;
}
.TagClassName
{
border-color: #560905;
}
</style>