Shades of Red Oxide #510D05
Tints of Red Oxide #510D05
RGB
CMYK
RGB Variations
Color information
#510D05 (or 0x510D05) is known color: Red Oxide. HEX triplet: 51, 0D and 05. RGB value is (81,13,5). Sum of RGB (Red+Green+Blue) = 81+13+5=99 (13% of max value = 765). Red value is 81 (32.03% from 255 or 81.82% from 99); Green value is 13 (5.47% from 255 or 13.13% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 81 - color contains mainly: red. Hex color #510D05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510D05 is #AEF2FA. Grayscale: #202020. Windows color (decimal): -11465467 or 331089. OLE color: 331089.
HSL color Cylindrical-coordinate representation of color #510D05: hue angle of 6.32º 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 #510D05 is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 13 | 5 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.68 |
| HSL | 6.32º | 0.88% | 0.17% | - |
| HSV(B) | 6.32º | 0.94% | 0.32% | - |
| XYZ | 3.56 | 2.05 | 0.35 | - |
| YUV | 32.42 | 112.53 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 13 | 5 | 0 | 0.84 | 0.94 | 0.68 | 6.32 | 0.88 | 0.17 |
| Hex | 51 | D | 5 | 0 | 54 | 5E | 44 | 6 | 58 | 11 |
| Octal | 121 | 15 | 5 | 0 | 124 | 136 | 104 | 6 | 130 | 21 |
| Binary | 1010001 | 1101 | 101 | 0 | 1010100 | 1011110 | 1000100 | 110 | 1011000 | 10001 |
Color Harmonies of #510D05
Complementary color
Monochromatic Colors of #510D05
Black with #510D05
Text Example
Text Example
White with #510D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510D05; }
p { color: rgb(81,13,5); }
H1.HeaderClassName
{
color: #510D05;
}
.AnyTagClassName
{
color: #510D05;
}
</style>
background-color css
<style>
a { background-color: #510D05; }
a { background-color: rgb(81,13,5); }
div.DivClassName
{
background-color: #510D05;
}
.BgClassName
{
background-color: #510D05;
}
</style>
border-color css
<style>
span { border-color: #510D05; }
span { border-color: rgb(81,13,5); }
td.TdClassName
{
border-color: #510D05;
}
.TagClassName
{
border-color: #510D05;
}
</style>