Shades of Red Oxide #561E1B
Tints of Red Oxide #561E1B
RGB
CMYK
RGB Variations
Color information
#561E1B (or 0x561E1B) is known color: Red Oxide. HEX triplet: 56, 1E and 1B. RGB value is (86,30,27). Sum of RGB (Red+Green+Blue) = 86+30+27=143 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.14% from 143); Green value is 30 (12.11% from 255 or 20.98% from 143); Blue value is 27 (10.94% from 255 or 18.88% from 143); Max value from RGB is 86 - color contains mainly: red. Hex color #561E1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561E1B is #A9E1E4. Grayscale: #2E2E2E. Windows color (decimal): -11133413 or 1777238. OLE color: 1777238.
HSL color Cylindrical-coordinate representation of color #561E1B: hue angle of 3.05º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #561E1B is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 30 | 27 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.66 |
| HSL | 3.05º | 0.52% | 0.22% | - |
| HSV(B) | 3.05º | 0.69% | 0.34% | - |
| XYZ | 4.5 | 2.99 | 1.38 | - |
| YUV | 46.4 | 117.05 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 30 | 27 | 0 | 0.65 | 0.69 | 0.66 | 3.05 | 0.52 | 0.22 |
| Hex | 56 | 1E | 1B | 0 | 41 | 45 | 42 | 3 | 34 | 16 |
| Octal | 126 | 36 | 33 | 0 | 101 | 105 | 102 | 3 | 64 | 26 |
| Binary | 1010110 | 11110 | 11011 | 0 | 1000001 | 1000101 | 1000010 | 11 | 110100 | 10110 |
Color Harmonies of #561E1B
Complementary color
Monochromatic Colors of #561E1B
Black with #561E1B
Text Example
Text Example
White with #561E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561E1B; }
p { color: rgb(86,30,27); }
H1.HeaderClassName
{
color: #561E1B;
}
.AnyTagClassName
{
color: #561E1B;
}
</style>
background-color css
<style>
a { background-color: #561E1B; }
a { background-color: rgb(86,30,27); }
div.DivClassName
{
background-color: #561E1B;
}
.BgClassName
{
background-color: #561E1B;
}
</style>
border-color css
<style>
span { border-color: #561E1B; }
span { border-color: rgb(86,30,27); }
td.TdClassName
{
border-color: #561E1B;
}
.TagClassName
{
border-color: #561E1B;
}
</style>