Shades of Red Oxide #561E1E
Tints of Red Oxide #561E1E
RGB
CMYK
RGB Variations
Color information
#561E1E (or 0x561E1E) is known color: Red Oxide. HEX triplet: 56, 1E and 1E. RGB value is (86,30,30). Sum of RGB (Red+Green+Blue) = 86+30+30=146 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.90% from 146); Green value is 30 (12.11% from 255 or 20.55% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 86 - color contains mainly: red. Hex color #561E1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561E1E is #A9E1E1. Grayscale: #2E2E2E. Windows color (decimal): -11133410 or 1973846. OLE color: 1973846.
HSL color Cylindrical-coordinate representation of color #561E1E: hue angle of 0º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #561E1E is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 30 | 30 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.66 |
| HSL | 0º | 0.48% | 0.23% | - |
| HSV(B) | 0º | 0.65% | 0.34% | - |
| XYZ | 4.54 | 3 | 1.57 | - |
| YUV | 46.74 | 118.55 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 30 | 30 | 0 | 0.65 | 0.65 | 0.66 | 0 | 0.48 | 0.23 |
| Hex | 56 | 1E | 1E | 0 | 41 | 41 | 42 | 0 | 30 | 17 |
| Octal | 126 | 36 | 36 | 0 | 101 | 101 | 102 | 0 | 60 | 27 |
| Binary | 1010110 | 11110 | 11110 | 0 | 1000001 | 1000001 | 1000010 | 0 | 110000 | 10111 |
Color Harmonies of #561E1E
Complementary color
Monochromatic Colors of #561E1E
Black with #561E1E
Text Example
Text Example
White with #561E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561E1E; }
p { color: rgb(86,30,30); }
H1.HeaderClassName
{
color: #561E1E;
}
.AnyTagClassName
{
color: #561E1E;
}
</style>
background-color css
<style>
a { background-color: #561E1E; }
a { background-color: rgb(86,30,30); }
div.DivClassName
{
background-color: #561E1E;
}
.BgClassName
{
background-color: #561E1E;
}
</style>
border-color css
<style>
span { border-color: #561E1E; }
span { border-color: rgb(86,30,30); }
td.TdClassName
{
border-color: #561E1E;
}
.TagClassName
{
border-color: #561E1E;
}
</style>