Shades of Red Oxide #511511
Tints of Red Oxide #511511
RGB
CMYK
RGB Variations
Color information
#511511 (or 0x511511) is known color: Red Oxide. HEX triplet: 51, 15 and 11. RGB value is (81,21,17). Sum of RGB (Red+Green+Blue) = 81+21+17=119 (15% of max value = 765). Red value is 81 (32.03% from 255 or 68.07% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 17 (7.03% from 255 or 14.29% from 119); Max value from RGB is 81 - color contains mainly: red. Hex color #511511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511511 is #AEEAEE. Grayscale: #262626. Windows color (decimal): -11463407 or 1119569. OLE color: 1119569.
HSL color Cylindrical-coordinate representation of color #511511: hue angle of 3.75º 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 #511511 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 21 | 17 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.68 |
| HSL | 3.75º | 0.65% | 0.19% | - |
| HSV(B) | 3.75º | 0.79% | 0.32% | - |
| XYZ | 3.76 | 2.33 | 0.78 | - |
| YUV | 38.48 | 115.88 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 21 | 17 | 0 | 0.74 | 0.79 | 0.68 | 3.75 | 0.65 | 0.19 |
| Hex | 51 | 15 | 11 | 0 | 4A | 4F | 44 | 4 | 41 | 13 |
| Octal | 121 | 25 | 21 | 0 | 112 | 117 | 104 | 4 | 101 | 23 |
| Binary | 1010001 | 10101 | 10001 | 0 | 1001010 | 1001111 | 1000100 | 100 | 1000001 | 10011 |
Color Harmonies of #511511
Complementary color
Monochromatic Colors of #511511
Black with #511511
Text Example
Text Example
White with #511511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511511; }
p { color: rgb(81,21,17); }
H1.HeaderClassName
{
color: #511511;
}
.AnyTagClassName
{
color: #511511;
}
</style>
background-color css
<style>
a { background-color: #511511; }
a { background-color: rgb(81,21,17); }
div.DivClassName
{
background-color: #511511;
}
.BgClassName
{
background-color: #511511;
}
</style>
border-color css
<style>
span { border-color: #511511; }
span { border-color: rgb(81,21,17); }
td.TdClassName
{
border-color: #511511;
}
.TagClassName
{
border-color: #511511;
}
</style>