Shades of Red Oxide #561201
Tints of Red Oxide #561201
RGB
CMYK
RGB Variations
Color information
#561201 (or 0x561201) is known color: Red Oxide. HEX triplet: 56, 12 and 01. RGB value is (86,18,1). Sum of RGB (Red+Green+Blue) = 86+18+1=105 (13% of max value = 765). Red value is 86 (33.98% from 255 or 81.90% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 86 - color contains mainly: red. Hex color #561201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561201 is #A9EDFE. Grayscale: #242424. Windows color (decimal): -11136511 or 70230. OLE color: 70230.
HSL color Cylindrical-coordinate representation of color #561201: hue angle of 12º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #561201 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 18 | 1 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.66 |
| HSL | 12º | 0.98% | 0.17% | - |
| HSV(B) | 12º | 0.99% | 0.34% | - |
| XYZ | 4.06 | 2.41 | 0.28 | - |
| YUV | 36.39 | 108.03 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 18 | 1 | 0 | 0.79 | 0.99 | 0.66 | 12 | 0.98 | 0.17 |
| Hex | 56 | 12 | 1 | 0 | 4F | 63 | 42 | C | 62 | 11 |
| Octal | 126 | 22 | 1 | 0 | 117 | 143 | 102 | 14 | 142 | 21 |
| Binary | 1010110 | 10010 | 1 | 0 | 1001111 | 1100011 | 1000010 | 1100 | 1100010 | 10001 |
Color Harmonies of #561201
Complementary color
Monochromatic Colors of #561201
Black with #561201
Text Example
Text Example
White with #561201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561201; }
p { color: rgb(86,18,1); }
H1.HeaderClassName
{
color: #561201;
}
.AnyTagClassName
{
color: #561201;
}
</style>
background-color css
<style>
a { background-color: #561201; }
a { background-color: rgb(86,18,1); }
div.DivClassName
{
background-color: #561201;
}
.BgClassName
{
background-color: #561201;
}
</style>
border-color css
<style>
span { border-color: #561201; }
span { border-color: rgb(86,18,1); }
td.TdClassName
{
border-color: #561201;
}
.TagClassName
{
border-color: #561201;
}
</style>