Shades of Red Oxide #510706
Tints of Red Oxide #510706
RGB
CMYK
RGB Variations
Color information
#510706 (or 0x510706) is known color: Red Oxide. HEX triplet: 51, 07 and 06. RGB value is (81,7,6). Sum of RGB (Red+Green+Blue) = 81+7+6=94 (12% of max value = 765). Red value is 81 (32.03% from 255 or 86.17% from 94); Green value is 7 (3.12% from 255 or 7.45% from 94); Blue value is 6 (2.73% from 255 or 6.38% from 94); Max value from RGB is 81 - color contains mainly: red. Hex color #510706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510706 is #AEF8F9. Grayscale: #1D1D1D. Windows color (decimal): -11467002 or 395089. OLE color: 395089.
HSL color Cylindrical-coordinate representation of color #510706: hue angle of 0.8º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510706 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 7 | 6 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.68 |
| HSL | 0.8º | 0.86% | 0.17% | - |
| HSV(B) | 0.8º | 0.93% | 0.32% | - |
| XYZ | 3.5 | 1.91 | 0.36 | - |
| YUV | 29.01 | 115.02 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 7 | 6 | 0 | 0.91 | 0.93 | 0.68 | 0.8 | 0.86 | 0.17 |
| Hex | 51 | 7 | 6 | 0 | 5B | 5D | 44 | 1 | 56 | 11 |
| Octal | 121 | 7 | 6 | 0 | 133 | 135 | 104 | 1 | 126 | 21 |
| Binary | 1010001 | 111 | 110 | 0 | 1011011 | 1011101 | 1000100 | 1 | 1010110 | 10001 |
Color Harmonies of #510706
Complementary color
Monochromatic Colors of #510706
Black with #510706
Text Example
Text Example
White with #510706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510706; }
p { color: rgb(81,7,6); }
H1.HeaderClassName
{
color: #510706;
}
.AnyTagClassName
{
color: #510706;
}
</style>
background-color css
<style>
a { background-color: #510706; }
a { background-color: rgb(81,7,6); }
div.DivClassName
{
background-color: #510706;
}
.BgClassName
{
background-color: #510706;
}
</style>
border-color css
<style>
span { border-color: #510706; }
span { border-color: rgb(81,7,6); }
td.TdClassName
{
border-color: #510706;
}
.TagClassName
{
border-color: #510706;
}
</style>