Shades of Red Oxide #561200
Tints of Red Oxide #561200
RGB
CMYK
RGB Variations
Color information
#561200 (or 0x561200) is known color: Red Oxide. HEX triplet: 56, 12 and 00. RGB value is (86,18,0). Sum of RGB (Red+Green+Blue) = 86+18+0=104 (13% of max value = 765). Red value is 86 (33.98% from 255 or 82.69% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 86 - color contains mainly: red. Hex color #561200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561200 is #A9EDFF. Grayscale: #242424. Windows color (decimal): -11136512 or 4694. OLE color: 4694.
HSL color Cylindrical-coordinate representation of color #561200: hue angle of 12.56º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #561200 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 18 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.66 |
| HSL | 12.56º | 1% | 0.17% | - |
| HSV(B) | 12.56º | 1% | 0.34% | - |
| XYZ | 4.05 | 2.41 | 0.25 | - |
| YUV | 36.28 | 107.53 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 18 | 0 | 0 | 0.79 | 1 | 0.66 | 12.56 | 1 | 0.17 |
| Hex | 56 | 12 | 0 | 0 | 4F | 64 | 42 | D | 64 | 11 |
| Octal | 126 | 22 | 0 | 0 | 117 | 144 | 102 | 15 | 144 | 21 |
| Binary | 1010110 | 10010 | 0 | 0 | 1001111 | 1100100 | 1000010 | 1101 | 1100100 | 10001 |
Color Harmonies of #561200
Complementary color
Monochromatic Colors of #561200
Black with #561200
Text Example
Text Example
White with #561200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561200; }
p { color: rgb(86,18,0); }
H1.HeaderClassName
{
color: #561200;
}
.AnyTagClassName
{
color: #561200;
}
</style>
background-color css
<style>
a { background-color: #561200; }
a { background-color: rgb(86,18,0); }
div.DivClassName
{
background-color: #561200;
}
.BgClassName
{
background-color: #561200;
}
</style>
border-color css
<style>
span { border-color: #561200; }
span { border-color: rgb(86,18,0); }
td.TdClassName
{
border-color: #561200;
}
.TagClassName
{
border-color: #561200;
}
</style>