Shades of Red Oxide #561409
Tints of Red Oxide #561409
RGB
CMYK
RGB Variations
Color information
#561409 (or 0x561409) is known color: Red Oxide. HEX triplet: 56, 14 and 09. RGB value is (86,20,9). Sum of RGB (Red+Green+Blue) = 86+20+9=115 (15% of max value = 765). Red value is 86 (33.98% from 255 or 74.78% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 9 (3.91% from 255 or 7.83% from 115); Max value from RGB is 86 - color contains mainly: red. Hex color #561409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561409 is #A9EBF6. Grayscale: #262626. Windows color (decimal): -11135991 or 595030. OLE color: 595030.
HSL color Cylindrical-coordinate representation of color #561409: hue angle of 8.57º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #561409 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 20 | 9 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.66 |
| HSL | 8.57º | 0.81% | 0.19% | - |
| HSV(B) | 8.57º | 0.9% | 0.34% | - |
| XYZ | 4.14 | 2.5 | 0.52 | - |
| YUV | 38.48 | 111.37 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 20 | 9 | 0 | 0.77 | 0.90 | 0.66 | 8.57 | 0.81 | 0.19 |
| Hex | 56 | 14 | 9 | 0 | 4D | 5A | 42 | 9 | 51 | 13 |
| Octal | 126 | 24 | 11 | 0 | 115 | 132 | 102 | 11 | 121 | 23 |
| Binary | 1010110 | 10100 | 1001 | 0 | 1001101 | 1011010 | 1000010 | 1001 | 1010001 | 10011 |
Color Harmonies of #561409
Complementary color
Monochromatic Colors of #561409
Black with #561409
Text Example
Text Example
White with #561409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561409; }
p { color: rgb(86,20,9); }
H1.HeaderClassName
{
color: #561409;
}
.AnyTagClassName
{
color: #561409;
}
</style>
background-color css
<style>
a { background-color: #561409; }
a { background-color: rgb(86,20,9); }
div.DivClassName
{
background-color: #561409;
}
.BgClassName
{
background-color: #561409;
}
</style>
border-color css
<style>
span { border-color: #561409; }
span { border-color: rgb(86,20,9); }
td.TdClassName
{
border-color: #561409;
}
.TagClassName
{
border-color: #561409;
}
</style>