Shades of Red Oxide #561404
Tints of Red Oxide #561404
RGB
CMYK
RGB Variations
Color information
#561404 (or 0x561404) is known color: Red Oxide. HEX triplet: 56, 14 and 04. RGB value is (86,20,4). Sum of RGB (Red+Green+Blue) = 86+20+4=110 (14% of max value = 765). Red value is 86 (33.98% from 255 or 78.18% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 4 (1.95% from 255 or 3.64% from 110); Max value from RGB is 86 - color contains mainly: red. Hex color #561404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561404 is #A9EBFB. Grayscale: #262626. Windows color (decimal): -11135996 or 267350. OLE color: 267350.
HSL color Cylindrical-coordinate representation of color #561404: hue angle of 11.71º 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 #561404 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 20 | 4 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.66 |
| HSL | 11.71º | 0.91% | 0.18% | - |
| HSV(B) | 11.71º | 0.95% | 0.34% | - |
| XYZ | 4.11 | 2.49 | 0.38 | - |
| YUV | 37.91 | 108.87 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 20 | 4 | 0 | 0.77 | 0.95 | 0.66 | 11.71 | 0.91 | 0.18 |
| Hex | 56 | 14 | 4 | 0 | 4D | 5F | 42 | C | 5B | 12 |
| Octal | 126 | 24 | 4 | 0 | 115 | 137 | 102 | 14 | 133 | 22 |
| Binary | 1010110 | 10100 | 100 | 0 | 1001101 | 1011111 | 1000010 | 1100 | 1011011 | 10010 |
Color Harmonies of #561404
Complementary color
Monochromatic Colors of #561404
Black with #561404
Text Example
Text Example
White with #561404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561404; }
p { color: rgb(86,20,4); }
H1.HeaderClassName
{
color: #561404;
}
.AnyTagClassName
{
color: #561404;
}
</style>
background-color css
<style>
a { background-color: #561404; }
a { background-color: rgb(86,20,4); }
div.DivClassName
{
background-color: #561404;
}
.BgClassName
{
background-color: #561404;
}
</style>
border-color css
<style>
span { border-color: #561404; }
span { border-color: rgb(86,20,4); }
td.TdClassName
{
border-color: #561404;
}
.TagClassName
{
border-color: #561404;
}
</style>