Shades of Red Oxide #560909
Tints of Red Oxide #560909
RGB
CMYK
RGB Variations
Color information
#560909 (or 0x560909) is known color: Red Oxide. HEX triplet: 56, 09 and 09. RGB value is (86,9,9). Sum of RGB (Red+Green+Blue) = 86+9+9=104 (13% of max value = 765). Red value is 86 (33.98% from 255 or 82.69% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 86 - color contains mainly: red. Hex color #560909 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560909 is #A9F6F6. Grayscale: #202020. Windows color (decimal): -11138807 or 592214. OLE color: 592214.
HSL color Cylindrical-coordinate representation of color #560909: hue angle of 0º 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 #560909 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 9 | 9 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.66 |
| HSL | 0º | 0.81% | 0.19% | - |
| HSV(B) | 0º | 0.9% | 0.34% | - |
| XYZ | 3.98 | 2.19 | 0.47 | - |
| YUV | 32.02 | 115.01 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 9 | 9 | 0 | 0.90 | 0.90 | 0.66 | 0 | 0.81 | 0.19 |
| Hex | 56 | 9 | 9 | 0 | 5A | 5A | 42 | 0 | 51 | 13 |
| Octal | 126 | 11 | 11 | 0 | 132 | 132 | 102 | 0 | 121 | 23 |
| Binary | 1010110 | 1001 | 1001 | 0 | 1011010 | 1011010 | 1000010 | 0 | 1010001 | 10011 |
Color Harmonies of #560909
Complementary color
Monochromatic Colors of #560909
Black with #560909
Text Example
Text Example
White with #560909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560909; }
p { color: rgb(86,9,9); }
H1.HeaderClassName
{
color: #560909;
}
.AnyTagClassName
{
color: #560909;
}
</style>
background-color css
<style>
a { background-color: #560909; }
a { background-color: rgb(86,9,9); }
div.DivClassName
{
background-color: #560909;
}
.BgClassName
{
background-color: #560909;
}
</style>
border-color css
<style>
span { border-color: #560909; }
span { border-color: rgb(86,9,9); }
td.TdClassName
{
border-color: #560909;
}
.TagClassName
{
border-color: #560909;
}
</style>