Shades of Red Oxide #510902
Tints of Red Oxide #510902
RGB
CMYK
RGB Variations
Color information
#510902 (or 0x510902) is known color: Red Oxide. HEX triplet: 51, 09 and 02. RGB value is (81,9,2). Sum of RGB (Red+Green+Blue) = 81+9+2=92 (12% of max value = 765). Red value is 81 (32.03% from 255 or 88.04% from 92); Green value is 9 (3.91% from 255 or 9.78% from 92); Blue value is 2 (1.17% from 255 or 2.17% from 92); Max value from RGB is 81 - color contains mainly: red. Hex color #510902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510902 is #AEF6FD. Grayscale: #1D1D1D. Windows color (decimal): -11466494 or 133457. OLE color: 133457.
HSL color Cylindrical-coordinate representation of color #510902: hue angle of 5.32º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #510902 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 9 | 2 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.68 |
| HSL | 5.32º | 0.95% | 0.16% | - |
| HSV(B) | 5.32º | 0.98% | 0.32% | - |
| XYZ | 3.5 | 1.95 | 0.25 | - |
| YUV | 29.73 | 112.35 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 9 | 2 | 0 | 0.89 | 0.98 | 0.68 | 5.32 | 0.95 | 0.16 |
| Hex | 51 | 9 | 2 | 0 | 59 | 62 | 44 | 5 | 5F | 10 |
| Octal | 121 | 11 | 2 | 0 | 131 | 142 | 104 | 5 | 137 | 20 |
| Binary | 1010001 | 1001 | 10 | 0 | 1011001 | 1100010 | 1000100 | 101 | 1011111 | 10000 |
Color Harmonies of #510902
Complementary color
Monochromatic Colors of #510902
Black with #510902
Text Example
Text Example
White with #510902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510902; }
p { color: rgb(81,9,2); }
H1.HeaderClassName
{
color: #510902;
}
.AnyTagClassName
{
color: #510902;
}
</style>
background-color css
<style>
a { background-color: #510902; }
a { background-color: rgb(81,9,2); }
div.DivClassName
{
background-color: #510902;
}
.BgClassName
{
background-color: #510902;
}
</style>
border-color css
<style>
span { border-color: #510902; }
span { border-color: rgb(81,9,2); }
td.TdClassName
{
border-color: #510902;
}
.TagClassName
{
border-color: #510902;
}
</style>