Shades of Red Oxide #510A07
Tints of Red Oxide #510A07
RGB
CMYK
RGB Variations
Color information
#510A07 (or 0x510A07) is known color: Red Oxide. HEX triplet: 51, 0A and 07. RGB value is (81,10,7). Sum of RGB (Red+Green+Blue) = 81+10+7=98 (12% of max value = 765). Red value is 81 (32.03% from 255 or 82.65% from 98); Green value is 10 (4.30% from 255 or 10.20% from 98); Blue value is 7 (3.12% from 255 or 7.14% from 98); Max value from RGB is 81 - color contains mainly: red. Hex color #510A07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510A07 is #AEF5F8. Grayscale: #1E1E1E. Windows color (decimal): -11466233 or 461393. OLE color: 461393.
HSL color Cylindrical-coordinate representation of color #510A07: hue angle of 2.43º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #510A07 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 10 | 7 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.68 |
| HSL | 2.43º | 0.84% | 0.17% | - |
| HSV(B) | 2.43º | 0.91% | 0.32% | - |
| XYZ | 3.54 | 1.98 | 0.4 | - |
| YUV | 30.89 | 114.52 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 10 | 7 | 0 | 0.88 | 0.91 | 0.68 | 2.43 | 0.84 | 0.17 |
| Hex | 51 | A | 7 | 0 | 58 | 5B | 44 | 2 | 54 | 11 |
| Octal | 121 | 12 | 7 | 0 | 130 | 133 | 104 | 2 | 124 | 21 |
| Binary | 1010001 | 1010 | 111 | 0 | 1011000 | 1011011 | 1000100 | 10 | 1010100 | 10001 |
Color Harmonies of #510A07
Complementary color
Monochromatic Colors of #510A07
Black with #510A07
Text Example
Text Example
White with #510A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510A07; }
p { color: rgb(81,10,7); }
H1.HeaderClassName
{
color: #510A07;
}
.AnyTagClassName
{
color: #510A07;
}
</style>
background-color css
<style>
a { background-color: #510A07; }
a { background-color: rgb(81,10,7); }
div.DivClassName
{
background-color: #510A07;
}
.BgClassName
{
background-color: #510A07;
}
</style>
border-color css
<style>
span { border-color: #510A07; }
span { border-color: rgb(81,10,7); }
td.TdClassName
{
border-color: #510A07;
}
.TagClassName
{
border-color: #510A07;
}
</style>