Shades of Red Oxide #510F05
Tints of Red Oxide #510F05
RGB
CMYK
RGB Variations
Color information
#510F05 (or 0x510F05) is known color: Red Oxide. HEX triplet: 51, 0F and 05. RGB value is (81,15,5). Sum of RGB (Red+Green+Blue) = 81+15+5=101 (13% of max value = 765). Red value is 81 (32.03% from 255 or 80.20% from 101); Green value is 15 (6.25% from 255 or 14.85% from 101); Blue value is 5 (2.34% from 255 or 4.95% from 101); Max value from RGB is 81 - color contains mainly: red. Hex color #510F05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510F05 is #AEF0FA. Grayscale: #212121. Windows color (decimal): -11464955 or 331601. OLE color: 331601.
HSL color Cylindrical-coordinate representation of color #510F05: hue angle of 7.89º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510F05 is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 15 | 5 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.68 |
| HSL | 7.89º | 0.88% | 0.17% | - |
| HSV(B) | 7.89º | 0.94% | 0.32% | - |
| XYZ | 3.59 | 2.1 | 0.36 | - |
| YUV | 33.59 | 111.87 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 15 | 5 | 0 | 0.81 | 0.94 | 0.68 | 7.89 | 0.88 | 0.17 |
| Hex | 51 | F | 5 | 0 | 51 | 5E | 44 | 8 | 58 | 11 |
| Octal | 121 | 17 | 5 | 0 | 121 | 136 | 104 | 10 | 130 | 21 |
| Binary | 1010001 | 1111 | 101 | 0 | 1010001 | 1011110 | 1000100 | 1000 | 1011000 | 10001 |
Color Harmonies of #510F05
Complementary color
Monochromatic Colors of #510F05
Black with #510F05
Text Example
Text Example
White with #510F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510F05; }
p { color: rgb(81,15,5); }
H1.HeaderClassName
{
color: #510F05;
}
.AnyTagClassName
{
color: #510F05;
}
</style>
background-color css
<style>
a { background-color: #510F05; }
a { background-color: rgb(81,15,5); }
div.DivClassName
{
background-color: #510F05;
}
.BgClassName
{
background-color: #510F05;
}
</style>
border-color css
<style>
span { border-color: #510F05; }
span { border-color: rgb(81,15,5); }
td.TdClassName
{
border-color: #510F05;
}
.TagClassName
{
border-color: #510F05;
}
</style>