Shades of Red Oxide #561A15
Tints of Red Oxide #561A15
RGB
CMYK
RGB Variations
Color information
#561A15 (or 0x561A15) is known color: Red Oxide. HEX triplet: 56, 1A and 15. RGB value is (86,26,21). Sum of RGB (Red+Green+Blue) = 86+26+21=133 (17% of max value = 765). Red value is 86 (33.98% from 255 or 64.66% from 133); Green value is 26 (10.55% from 255 or 19.55% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 86 - color contains mainly: red. Hex color #561A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561A15 is #A9E5EA. Grayscale: #2B2B2B. Windows color (decimal): -11134443 or 1382998. OLE color: 1382998.
HSL color Cylindrical-coordinate representation of color #561A15: hue angle of 4.62º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #561A15 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 26 | 21 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.66 |
| HSL | 4.62º | 0.61% | 0.21% | - |
| HSV(B) | 4.62º | 0.76% | 0.34% | - |
| XYZ | 4.34 | 2.77 | 1.02 | - |
| YUV | 43.37 | 115.38 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 26 | 21 | 0 | 0.70 | 0.76 | 0.66 | 4.62 | 0.61 | 0.21 |
| Hex | 56 | 1A | 15 | 0 | 46 | 4C | 42 | 5 | 3D | 15 |
| Octal | 126 | 32 | 25 | 0 | 106 | 114 | 102 | 5 | 75 | 25 |
| Binary | 1010110 | 11010 | 10101 | 0 | 1000110 | 1001100 | 1000010 | 101 | 111101 | 10101 |
Color Harmonies of #561A15
Complementary color
Monochromatic Colors of #561A15
Black with #561A15
Text Example
Text Example
White with #561A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561A15; }
p { color: rgb(86,26,21); }
H1.HeaderClassName
{
color: #561A15;
}
.AnyTagClassName
{
color: #561A15;
}
</style>
background-color css
<style>
a { background-color: #561A15; }
a { background-color: rgb(86,26,21); }
div.DivClassName
{
background-color: #561A15;
}
.BgClassName
{
background-color: #561A15;
}
</style>
border-color css
<style>
span { border-color: #561A15; }
span { border-color: rgb(86,26,21); }
td.TdClassName
{
border-color: #561A15;
}
.TagClassName
{
border-color: #561A15;
}
</style>