Shades of Red Oxide #510803
Tints of Red Oxide #510803
RGB
CMYK
RGB Variations
Color information
#510803 (or 0x510803) is known color: Red Oxide. HEX triplet: 51, 08 and 03. RGB value is (81,8,3). Sum of RGB (Red+Green+Blue) = 81+8+3=92 (12% of max value = 765). Red value is 81 (32.03% from 255 or 88.04% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 3 (1.56% from 255 or 3.26% from 92); Max value from RGB is 81 - color contains mainly: red. Hex color #510803 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510803 is #AEF7FC. Grayscale: #1D1D1D. Windows color (decimal): -11466749 or 198737. OLE color: 198737.
HSL color Cylindrical-coordinate representation of color #510803: hue angle of 3.85º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #510803 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 8 | 3 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.68 |
| HSL | 3.85º | 0.93% | 0.16% | - |
| HSV(B) | 3.85º | 0.96% | 0.32% | - |
| XYZ | 3.5 | 1.93 | 0.27 | - |
| YUV | 29.26 | 113.18 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 8 | 3 | 0 | 0.90 | 0.96 | 0.68 | 3.85 | 0.93 | 0.16 |
| Hex | 51 | 8 | 3 | 0 | 5A | 60 | 44 | 4 | 5D | 10 |
| Octal | 121 | 10 | 3 | 0 | 132 | 140 | 104 | 4 | 135 | 20 |
| Binary | 1010001 | 1000 | 11 | 0 | 1011010 | 1100000 | 1000100 | 100 | 1011101 | 10000 |
Color Harmonies of #510803
Complementary color
Monochromatic Colors of #510803
Black with #510803
Text Example
Text Example
White with #510803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510803; }
p { color: rgb(81,8,3); }
H1.HeaderClassName
{
color: #510803;
}
.AnyTagClassName
{
color: #510803;
}
</style>
background-color css
<style>
a { background-color: #510803; }
a { background-color: rgb(81,8,3); }
div.DivClassName
{
background-color: #510803;
}
.BgClassName
{
background-color: #510803;
}
</style>
border-color css
<style>
span { border-color: #510803; }
span { border-color: rgb(81,8,3); }
td.TdClassName
{
border-color: #510803;
}
.TagClassName
{
border-color: #510803;
}
</style>