Shades of Red Oxide #510E00
Tints of Red Oxide #510E00
RGB
CMYK
RGB Variations
Color information
#510E00 (or 0x510E00) is known color: Red Oxide. HEX triplet: 51, 0E and 00. RGB value is (81,14,0). Sum of RGB (Red+Green+Blue) = 81+14+0=95 (12% of max value = 765). Red value is 81 (32.03% from 255 or 85.26% from 95); Green value is 14 (5.86% from 255 or 14.74% from 95); Blue value is 0 (0.39% from 255 or 0% from 95); Max value from RGB is 81 - color contains mainly: red. Hex color #510E00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510E00 is #AEF1FF. Grayscale: #202020. Windows color (decimal): -11465216 or 3665. OLE color: 3665.
HSL color Cylindrical-coordinate representation of color #510E00: hue angle of 10.37º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #510E00 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 14 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.68 |
| HSL | 10.37º | 1% | 0.16% | - |
| HSV(B) | 10.37º | 1% | 0.32% | - |
| XYZ | 3.55 | 2.06 | 0.21 | - |
| YUV | 32.44 | 109.7 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 14 | 0 | 0 | 0.83 | 1 | 0.68 | 10.37 | 1 | 0.16 |
| Hex | 51 | E | 0 | 0 | 53 | 64 | 44 | A | 64 | 10 |
| Octal | 121 | 16 | 0 | 0 | 123 | 144 | 104 | 12 | 144 | 20 |
| Binary | 1010001 | 1110 | 0 | 0 | 1010011 | 1100100 | 1000100 | 1010 | 1100100 | 10000 |
Color Harmonies of #510E00
Complementary color
Monochromatic Colors of #510E00
Black with #510E00
Text Example
Text Example
White with #510E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510E00; }
p { color: rgb(81,14,0); }
H1.HeaderClassName
{
color: #510E00;
}
.AnyTagClassName
{
color: #510E00;
}
</style>
background-color css
<style>
a { background-color: #510E00; }
a { background-color: rgb(81,14,0); }
div.DivClassName
{
background-color: #510E00;
}
.BgClassName
{
background-color: #510E00;
}
</style>
border-color css
<style>
span { border-color: #510E00; }
span { border-color: rgb(81,14,0); }
td.TdClassName
{
border-color: #510E00;
}
.TagClassName
{
border-color: #510E00;
}
</style>