Shades of Red Oxide #510E01
Tints of Red Oxide #510E01
RGB
CMYK
RGB Variations
Color information
#510E01 (or 0x510E01) is known color: Red Oxide. HEX triplet: 51, 0E and 01. RGB value is (81,14,1). Sum of RGB (Red+Green+Blue) = 81+14+1=96 (12% of max value = 765). Red value is 81 (32.03% from 255 or 84.38% from 96); Green value is 14 (5.86% from 255 or 14.58% from 96); Blue value is 1 (0.78% from 255 or 1.04% from 96); Max value from RGB is 81 - color contains mainly: red. Hex color #510E01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510E01 is #AEF1FE. Grayscale: #202020. Windows color (decimal): -11465215 or 69201. OLE color: 69201.
HSL color Cylindrical-coordinate representation of color #510E01: hue angle of 9.75º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #510E01 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 14 | 1 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.68 |
| HSL | 9.75º | 0.98% | 0.16% | - |
| HSV(B) | 9.75º | 0.99% | 0.32% | - |
| XYZ | 3.56 | 2.07 | 0.24 | - |
| YUV | 32.55 | 110.2 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 14 | 1 | 0 | 0.83 | 0.99 | 0.68 | 9.75 | 0.98 | 0.16 |
| Hex | 51 | E | 1 | 0 | 53 | 63 | 44 | A | 62 | 10 |
| Octal | 121 | 16 | 1 | 0 | 123 | 143 | 104 | 12 | 142 | 20 |
| Binary | 1010001 | 1110 | 1 | 0 | 1010011 | 1100011 | 1000100 | 1010 | 1100010 | 10000 |
Color Harmonies of #510E01
Complementary color
Monochromatic Colors of #510E01
Black with #510E01
Text Example
Text Example
White with #510E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510E01; }
p { color: rgb(81,14,1); }
H1.HeaderClassName
{
color: #510E01;
}
.AnyTagClassName
{
color: #510E01;
}
</style>
background-color css
<style>
a { background-color: #510E01; }
a { background-color: rgb(81,14,1); }
div.DivClassName
{
background-color: #510E01;
}
.BgClassName
{
background-color: #510E01;
}
</style>
border-color css
<style>
span { border-color: #510E01; }
span { border-color: rgb(81,14,1); }
td.TdClassName
{
border-color: #510E01;
}
.TagClassName
{
border-color: #510E01;
}
</style>