Shades of Red Oxide #511911
Tints of Red Oxide #511911
RGB
CMYK
RGB Variations
Color information
#511911 (or 0x511911) is known color: Red Oxide. HEX triplet: 51, 19 and 11. RGB value is (81,25,17). Sum of RGB (Red+Green+Blue) = 81+25+17=123 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.85% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 81 - color contains mainly: red. Hex color #511911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511911 is #AEE6EE. Grayscale: #282828. Windows color (decimal): -11462383 or 1120593. OLE color: 1120593.
HSL color Cylindrical-coordinate representation of color #511911: hue angle of 7.5º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #511911 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 25 | 17 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.68 |
| HSL | 7.5º | 0.65% | 0.19% | - |
| HSV(B) | 7.5º | 0.79% | 0.32% | - |
| XYZ | 3.84 | 2.49 | 0.81 | - |
| YUV | 40.83 | 114.55 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 25 | 17 | 0 | 0.69 | 0.79 | 0.68 | 7.5 | 0.65 | 0.19 |
| Hex | 51 | 19 | 11 | 0 | 45 | 4F | 44 | 8 | 41 | 13 |
| Octal | 121 | 31 | 21 | 0 | 105 | 117 | 104 | 10 | 101 | 23 |
| Binary | 1010001 | 11001 | 10001 | 0 | 1000101 | 1001111 | 1000100 | 1000 | 1000001 | 10011 |
Color Harmonies of #511911
Complementary color
Monochromatic Colors of #511911
Black with #511911
Text Example
Text Example
White with #511911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511911; }
p { color: rgb(81,25,17); }
H1.HeaderClassName
{
color: #511911;
}
.AnyTagClassName
{
color: #511911;
}
</style>
background-color css
<style>
a { background-color: #511911; }
a { background-color: rgb(81,25,17); }
div.DivClassName
{
background-color: #511911;
}
.BgClassName
{
background-color: #511911;
}
</style>
border-color css
<style>
span { border-color: #511911; }
span { border-color: rgb(81,25,17); }
td.TdClassName
{
border-color: #511911;
}
.TagClassName
{
border-color: #511911;
}
</style>