Shades of Red Oxide #561B1B
Tints of Red Oxide #561B1B
RGB
CMYK
RGB Variations
Color information
#561B1B (or 0x561B1B) is known color: Red Oxide. HEX triplet: 56, 1B and 1B. RGB value is (86,27,27). Sum of RGB (Red+Green+Blue) = 86+27+27=140 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.43% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 86 - color contains mainly: red. Hex color #561B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561B1B is #A9E4E4. Grayscale: #2C2C2C. Windows color (decimal): -11134181 or 1776470. OLE color: 1776470.
HSL color Cylindrical-coordinate representation of color #561B1B: hue angle of 0º 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 #561B1B is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 27 | 27 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.66 |
| HSL | 0º | 0.52% | 0.22% | - |
| HSV(B) | 0º | 0.69% | 0.34% | - |
| XYZ | 4.43 | 2.84 | 1.35 | - |
| YUV | 44.64 | 118.05 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 27 | 27 | 0 | 0.69 | 0.69 | 0.66 | 0 | 0.52 | 0.22 |
| Hex | 56 | 1B | 1B | 0 | 45 | 45 | 42 | 0 | 34 | 16 |
| Octal | 126 | 33 | 33 | 0 | 105 | 105 | 102 | 0 | 64 | 26 |
| Binary | 1010110 | 11011 | 11011 | 0 | 1000101 | 1000101 | 1000010 | 0 | 110100 | 10110 |
Color Harmonies of #561B1B
Complementary color
Monochromatic Colors of #561B1B
Black with #561B1B
Text Example
Text Example
White with #561B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561B1B; }
p { color: rgb(86,27,27); }
H1.HeaderClassName
{
color: #561B1B;
}
.AnyTagClassName
{
color: #561B1B;
}
</style>
background-color css
<style>
a { background-color: #561B1B; }
a { background-color: rgb(86,27,27); }
div.DivClassName
{
background-color: #561B1B;
}
.BgClassName
{
background-color: #561B1B;
}
</style>
border-color css
<style>
span { border-color: #561B1B; }
span { border-color: rgb(86,27,27); }
td.TdClassName
{
border-color: #561B1B;
}
.TagClassName
{
border-color: #561B1B;
}
</style>