Shades of Red Oxide #510F06
Tints of Red Oxide #510F06
RGB
CMYK
RGB Variations
Color information
#510F06 (or 0x510F06) is known color: Red Oxide. HEX triplet: 51, 0F and 06. RGB value is (81,15,6). Sum of RGB (Red+Green+Blue) = 81+15+6=102 (13% of max value = 765). Red value is 81 (32.03% from 255 or 79.41% from 102); Green value is 15 (6.25% from 255 or 14.71% from 102); Blue value is 6 (2.73% from 255 or 5.88% from 102); Max value from RGB is 81 - color contains mainly: red. Hex color #510F06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510F06 is #AEF0F9. Grayscale: #212121. Windows color (decimal): -11464954 or 397137. OLE color: 397137.
HSL color Cylindrical-coordinate representation of color #510F06: hue angle of 7.2º 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 #510F06 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 15 | 6 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.68 |
| HSL | 7.2º | 0.86% | 0.17% | - |
| HSV(B) | 7.2º | 0.93% | 0.32% | - |
| XYZ | 3.6 | 2.1 | 0.39 | - |
| YUV | 33.71 | 112.37 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 15 | 6 | 0 | 0.81 | 0.93 | 0.68 | 7.2 | 0.86 | 0.17 |
| Hex | 51 | F | 6 | 0 | 51 | 5D | 44 | 7 | 56 | 11 |
| Octal | 121 | 17 | 6 | 0 | 121 | 135 | 104 | 7 | 126 | 21 |
| Binary | 1010001 | 1111 | 110 | 0 | 1010001 | 1011101 | 1000100 | 111 | 1010110 | 10001 |
Color Harmonies of #510F06
Complementary color
Monochromatic Colors of #510F06
Black with #510F06
Text Example
Text Example
White with #510F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510F06; }
p { color: rgb(81,15,6); }
H1.HeaderClassName
{
color: #510F06;
}
.AnyTagClassName
{
color: #510F06;
}
</style>
background-color css
<style>
a { background-color: #510F06; }
a { background-color: rgb(81,15,6); }
div.DivClassName
{
background-color: #510F06;
}
.BgClassName
{
background-color: #510F06;
}
</style>
border-color css
<style>
span { border-color: #510F06; }
span { border-color: rgb(81,15,6); }
td.TdClassName
{
border-color: #510F06;
}
.TagClassName
{
border-color: #510F06;
}
</style>