Shades of Red Oxide #560904
Tints of Red Oxide #560904
RGB
CMYK
RGB Variations
Color information
#560904 (or 0x560904) is known color: Red Oxide. HEX triplet: 56, 09 and 04. RGB value is (86,9,4). Sum of RGB (Red+Green+Blue) = 86+9+4=99 (13% of max value = 765). Red value is 86 (33.98% from 255 or 86.87% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 4 (1.95% from 255 or 4.04% from 99); Max value from RGB is 86 - color contains mainly: red. Hex color #560904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560904 is #A9F6FB. Grayscale: #1F1F1F. Windows color (decimal): -11138812 or 264534. OLE color: 264534.
HSL color Cylindrical-coordinate representation of color #560904: hue angle of 3.66º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #560904 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 9 | 4 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.66 |
| HSL | 3.66º | 0.91% | 0.18% | - |
| HSV(B) | 3.66º | 0.95% | 0.34% | - |
| XYZ | 3.96 | 2.18 | 0.33 | - |
| YUV | 31.45 | 112.51 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 9 | 4 | 0 | 0.90 | 0.95 | 0.66 | 3.66 | 0.91 | 0.18 |
| Hex | 56 | 9 | 4 | 0 | 5A | 5F | 42 | 4 | 5B | 12 |
| Octal | 126 | 11 | 4 | 0 | 132 | 137 | 102 | 4 | 133 | 22 |
| Binary | 1010110 | 1001 | 100 | 0 | 1011010 | 1011111 | 1000010 | 100 | 1011011 | 10010 |
Color Harmonies of #560904
Complementary color
Monochromatic Colors of #560904
Black with #560904
Text Example
Text Example
White with #560904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560904; }
p { color: rgb(86,9,4); }
H1.HeaderClassName
{
color: #560904;
}
.AnyTagClassName
{
color: #560904;
}
</style>
background-color css
<style>
a { background-color: #560904; }
a { background-color: rgb(86,9,4); }
div.DivClassName
{
background-color: #560904;
}
.BgClassName
{
background-color: #560904;
}
</style>
border-color css
<style>
span { border-color: #560904; }
span { border-color: rgb(86,9,4); }
td.TdClassName
{
border-color: #560904;
}
.TagClassName
{
border-color: #560904;
}
</style>