Shades of Red Oxide #511109
Tints of Red Oxide #511109
RGB
CMYK
RGB Variations
Color information
#511109 (or 0x511109) is known color: Red Oxide. HEX triplet: 51, 11 and 09. RGB value is (81,17,9). Sum of RGB (Red+Green+Blue) = 81+17+9=107 (14% of max value = 765). Red value is 81 (32.03% from 255 or 75.70% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 9 (3.91% from 255 or 8.41% from 107); Max value from RGB is 81 - color contains mainly: red. Hex color #511109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511109 is #AEEEF6. Grayscale: #232323. Windows color (decimal): -11464439 or 594257. OLE color: 594257.
HSL color Cylindrical-coordinate representation of color #511109: hue angle of 6.67º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #511109 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 17 | 9 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.68 |
| HSL | 6.67º | 0.8% | 0.18% | - |
| HSV(B) | 6.67º | 0.89% | 0.32% | - |
| XYZ | 3.64 | 2.17 | 0.49 | - |
| YUV | 35.22 | 113.2 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 17 | 9 | 0 | 0.79 | 0.89 | 0.68 | 6.67 | 0.8 | 0.18 |
| Hex | 51 | 11 | 9 | 0 | 4F | 59 | 44 | 7 | 50 | 12 |
| Octal | 121 | 21 | 11 | 0 | 117 | 131 | 104 | 7 | 120 | 22 |
| Binary | 1010001 | 10001 | 1001 | 0 | 1001111 | 1011001 | 1000100 | 111 | 1010000 | 10010 |
Color Harmonies of #511109
Complementary color
Monochromatic Colors of #511109
Black with #511109
Text Example
Text Example
White with #511109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511109; }
p { color: rgb(81,17,9); }
H1.HeaderClassName
{
color: #511109;
}
.AnyTagClassName
{
color: #511109;
}
</style>
background-color css
<style>
a { background-color: #511109; }
a { background-color: rgb(81,17,9); }
div.DivClassName
{
background-color: #511109;
}
.BgClassName
{
background-color: #511109;
}
</style>
border-color css
<style>
span { border-color: #511109; }
span { border-color: rgb(81,17,9); }
td.TdClassName
{
border-color: #511109;
}
.TagClassName
{
border-color: #511109;
}
</style>