Shades of Red Oxide #511309
Tints of Red Oxide #511309
RGB
CMYK
RGB Variations
Color information
#511309 (or 0x511309) is known color: Red Oxide. HEX triplet: 51, 13 and 09. RGB value is (81,19,9). Sum of RGB (Red+Green+Blue) = 81+19+9=109 (14% of max value = 765). Red value is 81 (32.03% from 255 or 74.31% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 9 (3.91% from 255 or 8.26% from 109); Max value from RGB is 81 - color contains mainly: red. Hex color #511309 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511309 is #AEECF6. Grayscale: #242424. Windows color (decimal): -11463927 or 594769. OLE color: 594769.
HSL color Cylindrical-coordinate representation of color #511309: hue angle of 8.33º 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 #511309 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 19 | 9 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.68 |
| HSL | 8.33º | 0.8% | 0.18% | - |
| HSV(B) | 8.33º | 0.89% | 0.32% | - |
| XYZ | 3.68 | 2.23 | 0.5 | - |
| YUV | 36.4 | 112.54 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 19 | 9 | 0 | 0.77 | 0.89 | 0.68 | 8.33 | 0.8 | 0.18 |
| Hex | 51 | 13 | 9 | 0 | 4D | 59 | 44 | 8 | 50 | 12 |
| Octal | 121 | 23 | 11 | 0 | 115 | 131 | 104 | 10 | 120 | 22 |
| Binary | 1010001 | 10011 | 1001 | 0 | 1001101 | 1011001 | 1000100 | 1000 | 1010000 | 10010 |
Color Harmonies of #511309
Complementary color
Monochromatic Colors of #511309
Black with #511309
Text Example
Text Example
White with #511309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511309; }
p { color: rgb(81,19,9); }
H1.HeaderClassName
{
color: #511309;
}
.AnyTagClassName
{
color: #511309;
}
</style>
background-color css
<style>
a { background-color: #511309; }
a { background-color: rgb(81,19,9); }
div.DivClassName
{
background-color: #511309;
}
.BgClassName
{
background-color: #511309;
}
</style>
border-color css
<style>
span { border-color: #511309; }
span { border-color: rgb(81,19,9); }
td.TdClassName
{
border-color: #511309;
}
.TagClassName
{
border-color: #511309;
}
</style>