Shades of Red Oxide #510804
Tints of Red Oxide #510804
RGB
CMYK
RGB Variations
Color information
#510804 (or 0x510804) is known color: Red Oxide. HEX triplet: 51, 08 and 04. RGB value is (81,8,4). Sum of RGB (Red+Green+Blue) = 81+8+4=93 (12% of max value = 765). Red value is 81 (32.03% from 255 or 87.10% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 4 (1.95% from 255 or 4.30% from 93); Max value from RGB is 81 - color contains mainly: red. Hex color #510804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510804 is #AEF7FB. Grayscale: #1D1D1D. Windows color (decimal): -11466748 or 264273. OLE color: 264273.
HSL color Cylindrical-coordinate representation of color #510804: hue angle of 3.12º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510804 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 8 | 4 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.68 |
| HSL | 3.12º | 0.91% | 0.17% | - |
| HSV(B) | 3.12º | 0.95% | 0.32% | - |
| XYZ | 3.5 | 1.93 | 0.3 | - |
| YUV | 29.37 | 113.68 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 8 | 4 | 0 | 0.90 | 0.95 | 0.68 | 3.12 | 0.91 | 0.17 |
| Hex | 51 | 8 | 4 | 0 | 5A | 5F | 44 | 3 | 5B | 11 |
| Octal | 121 | 10 | 4 | 0 | 132 | 137 | 104 | 3 | 133 | 21 |
| Binary | 1010001 | 1000 | 100 | 0 | 1011010 | 1011111 | 1000100 | 11 | 1011011 | 10001 |
Color Harmonies of #510804
Complementary color
Monochromatic Colors of #510804
Black with #510804
Text Example
Text Example
White with #510804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510804; }
p { color: rgb(81,8,4); }
H1.HeaderClassName
{
color: #510804;
}
.AnyTagClassName
{
color: #510804;
}
</style>
background-color css
<style>
a { background-color: #510804; }
a { background-color: rgb(81,8,4); }
div.DivClassName
{
background-color: #510804;
}
.BgClassName
{
background-color: #510804;
}
</style>
border-color css
<style>
span { border-color: #510804; }
span { border-color: rgb(81,8,4); }
td.TdClassName
{
border-color: #510804;
}
.TagClassName
{
border-color: #510804;
}
</style>