Shades of Red Oxide #561405
Tints of Red Oxide #561405
RGB
CMYK
RGB Variations
Color information
#561405 (or 0x561405) is known color: Red Oxide. HEX triplet: 56, 14 and 05. RGB value is (86,20,5). Sum of RGB (Red+Green+Blue) = 86+20+5=111 (14% of max value = 765). Red value is 86 (33.98% from 255 or 77.48% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 5 (2.34% from 255 or 4.50% from 111); Max value from RGB is 86 - color contains mainly: red. Hex color #561405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561405 is #A9EBFA. Grayscale: #262626. Windows color (decimal): -11135995 or 332886. OLE color: 332886.
HSL color Cylindrical-coordinate representation of color #561405: hue angle of 11.11º 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 #561405 is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 20 | 5 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.66 |
| HSL | 11.11º | 0.89% | 0.18% | - |
| HSV(B) | 11.11º | 0.94% | 0.34% | - |
| XYZ | 4.12 | 2.49 | 0.41 | - |
| YUV | 38.02 | 109.37 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 20 | 5 | 0 | 0.77 | 0.94 | 0.66 | 11.11 | 0.89 | 0.18 |
| Hex | 56 | 14 | 5 | 0 | 4D | 5E | 42 | B | 59 | 12 |
| Octal | 126 | 24 | 5 | 0 | 115 | 136 | 102 | 13 | 131 | 22 |
| Binary | 1010110 | 10100 | 101 | 0 | 1001101 | 1011110 | 1000010 | 1011 | 1011001 | 10010 |
Color Harmonies of #561405
Complementary color
Monochromatic Colors of #561405
Black with #561405
Text Example
Text Example
White with #561405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561405; }
p { color: rgb(86,20,5); }
H1.HeaderClassName
{
color: #561405;
}
.AnyTagClassName
{
color: #561405;
}
</style>
background-color css
<style>
a { background-color: #561405; }
a { background-color: rgb(86,20,5); }
div.DivClassName
{
background-color: #561405;
}
.BgClassName
{
background-color: #561405;
}
</style>
border-color css
<style>
span { border-color: #561405; }
span { border-color: rgb(86,20,5); }
td.TdClassName
{
border-color: #561405;
}
.TagClassName
{
border-color: #561405;
}
</style>