Shades of Red Oxide #560703
Tints of Red Oxide #560703
RGB
CMYK
RGB Variations
Color information
#560703 (or 0x560703) is known color: Red Oxide. HEX triplet: 56, 07 and 03. RGB value is (86,7,3). Sum of RGB (Red+Green+Blue) = 86+7+3=96 (12% of max value = 765). Red value is 86 (33.98% from 255 or 89.58% from 96); Green value is 7 (3.12% from 255 or 7.29% from 96); Blue value is 3 (1.56% from 255 or 3.12% from 96); Max value from RGB is 86 - color contains mainly: red. Hex color #560703 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560703 is #A9F8FC. Grayscale: #1E1E1E. Windows color (decimal): -11139325 or 198486. OLE color: 198486.
HSL color Cylindrical-coordinate representation of color #560703: hue angle of 2.89º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #560703 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 7 | 3 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.66 |
| HSL | 2.89º | 0.93% | 0.17% | - |
| HSV(B) | 2.89º | 0.97% | 0.34% | - |
| XYZ | 3.93 | 2.14 | 0.29 | - |
| YUV | 30.17 | 112.67 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 7 | 3 | 0 | 0.92 | 0.97 | 0.66 | 2.89 | 0.93 | 0.17 |
| Hex | 56 | 7 | 3 | 0 | 5C | 61 | 42 | 3 | 5D | 11 |
| Octal | 126 | 7 | 3 | 0 | 134 | 141 | 102 | 3 | 135 | 21 |
| Binary | 1010110 | 111 | 11 | 0 | 1011100 | 1100001 | 1000010 | 11 | 1011101 | 10001 |
Color Harmonies of #560703
Complementary color
Monochromatic Colors of #560703
Black with #560703
Text Example
Text Example
White with #560703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560703; }
p { color: rgb(86,7,3); }
H1.HeaderClassName
{
color: #560703;
}
.AnyTagClassName
{
color: #560703;
}
</style>
background-color css
<style>
a { background-color: #560703; }
a { background-color: rgb(86,7,3); }
div.DivClassName
{
background-color: #560703;
}
.BgClassName
{
background-color: #560703;
}
</style>
border-color css
<style>
span { border-color: #560703; }
span { border-color: rgb(86,7,3); }
td.TdClassName
{
border-color: #560703;
}
.TagClassName
{
border-color: #560703;
}
</style>