Shades of Red Oxide #561813
Tints of Red Oxide #561813
RGB
CMYK
RGB Variations
Color information
#561813 (or 0x561813) is known color: Red Oxide. HEX triplet: 56, 18 and 13. RGB value is (86,24,19). Sum of RGB (Red+Green+Blue) = 86+24+19=129 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.67% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 86 - color contains mainly: red. Hex color #561813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561813 is #A9E7EC. Grayscale: #2A2A2A. Windows color (decimal): -11134957 or 1251414. OLE color: 1251414.
HSL color Cylindrical-coordinate representation of color #561813: hue angle of 4.48º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #561813 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 24 | 19 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.66 |
| HSL | 4.48º | 0.64% | 0.21% | - |
| HSV(B) | 4.48º | 0.78% | 0.34% | - |
| XYZ | 4.28 | 2.68 | 0.91 | - |
| YUV | 41.97 | 115.04 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 24 | 19 | 0 | 0.72 | 0.78 | 0.66 | 4.48 | 0.64 | 0.21 |
| Hex | 56 | 18 | 13 | 0 | 48 | 4E | 42 | 4 | 40 | 15 |
| Octal | 126 | 30 | 23 | 0 | 110 | 116 | 102 | 4 | 100 | 25 |
| Binary | 1010110 | 11000 | 10011 | 0 | 1001000 | 1001110 | 1000010 | 100 | 1000000 | 10101 |
Color Harmonies of #561813
Complementary color
Monochromatic Colors of #561813
Black with #561813
Text Example
Text Example
White with #561813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561813; }
p { color: rgb(86,24,19); }
H1.HeaderClassName
{
color: #561813;
}
.AnyTagClassName
{
color: #561813;
}
</style>
background-color css
<style>
a { background-color: #561813; }
a { background-color: rgb(86,24,19); }
div.DivClassName
{
background-color: #561813;
}
.BgClassName
{
background-color: #561813;
}
</style>
border-color css
<style>
span { border-color: #561813; }
span { border-color: rgb(86,24,19); }
td.TdClassName
{
border-color: #561813;
}
.TagClassName
{
border-color: #561813;
}
</style>