Shades of Red Oxide #511205
Tints of Red Oxide #511205
RGB
CMYK
RGB Variations
Color information
#511205 (or 0x511205) is known color: Red Oxide. HEX triplet: 51, 12 and 05. RGB value is (81,18,5). Sum of RGB (Red+Green+Blue) = 81+18+5=104 (13% of max value = 765). Red value is 81 (32.03% from 255 or 77.88% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 5 (2.34% from 255 or 4.81% from 104); Max value from RGB is 81 - color contains mainly: red. Hex color #511205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511205 is #AEEDFA. Grayscale: #232323. Windows color (decimal): -11464187 or 332369. OLE color: 332369.
HSL color Cylindrical-coordinate representation of color #511205: hue angle of 10.26º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #511205 is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 18 | 5 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.68 |
| HSL | 10.26º | 0.88% | 0.17% | - |
| HSV(B) | 10.26º | 0.94% | 0.32% | - |
| XYZ | 3.64 | 2.19 | 0.38 | - |
| YUV | 35.36 | 110.87 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 18 | 5 | 0 | 0.78 | 0.94 | 0.68 | 10.26 | 0.88 | 0.17 |
| Hex | 51 | 12 | 5 | 0 | 4E | 5E | 44 | A | 58 | 11 |
| Octal | 121 | 22 | 5 | 0 | 116 | 136 | 104 | 12 | 130 | 21 |
| Binary | 1010001 | 10010 | 101 | 0 | 1001110 | 1011110 | 1000100 | 1010 | 1011000 | 10001 |
Color Harmonies of #511205
Complementary color
Monochromatic Colors of #511205
Black with #511205
Text Example
Text Example
White with #511205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511205; }
p { color: rgb(81,18,5); }
H1.HeaderClassName
{
color: #511205;
}
.AnyTagClassName
{
color: #511205;
}
</style>
background-color css
<style>
a { background-color: #511205; }
a { background-color: rgb(81,18,5); }
div.DivClassName
{
background-color: #511205;
}
.BgClassName
{
background-color: #511205;
}
</style>
border-color css
<style>
span { border-color: #511205; }
span { border-color: rgb(81,18,5); }
td.TdClassName
{
border-color: #511205;
}
.TagClassName
{
border-color: #511205;
}
</style>