Shades of Red Oxide #511405
Tints of Red Oxide #511405
RGB
CMYK
RGB Variations
Color information
#511405 (or 0x511405) is known color: Red Oxide. HEX triplet: 51, 14 and 05. RGB value is (81,20,5). Sum of RGB (Red+Green+Blue) = 81+20+5=106 (14% of max value = 765). Red value is 81 (32.03% from 255 or 76.42% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 5 (2.34% from 255 or 4.72% from 106); Max value from RGB is 81 - color contains mainly: red. Hex color #511405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511405 is #AEEBFA. Grayscale: #242424. Windows color (decimal): -11463675 or 332881. OLE color: 332881.
HSL color Cylindrical-coordinate representation of color #511405: hue angle of 11.84º 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 #511405 is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 20 | 5 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.68 |
| HSL | 11.84º | 0.88% | 0.17% | - |
| HSV(B) | 11.84º | 0.94% | 0.32% | - |
| XYZ | 3.67 | 2.26 | 0.39 | - |
| YUV | 36.53 | 110.21 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 20 | 5 | 0 | 0.75 | 0.94 | 0.68 | 11.84 | 0.88 | 0.17 |
| Hex | 51 | 14 | 5 | 0 | 4B | 5E | 44 | C | 58 | 11 |
| Octal | 121 | 24 | 5 | 0 | 113 | 136 | 104 | 14 | 130 | 21 |
| Binary | 1010001 | 10100 | 101 | 0 | 1001011 | 1011110 | 1000100 | 1100 | 1011000 | 10001 |
Color Harmonies of #511405
Complementary color
Monochromatic Colors of #511405
Black with #511405
Text Example
Text Example
White with #511405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511405; }
p { color: rgb(81,20,5); }
H1.HeaderClassName
{
color: #511405;
}
.AnyTagClassName
{
color: #511405;
}
</style>
background-color css
<style>
a { background-color: #511405; }
a { background-color: rgb(81,20,5); }
div.DivClassName
{
background-color: #511405;
}
.BgClassName
{
background-color: #511405;
}
</style>
border-color css
<style>
span { border-color: #511405; }
span { border-color: rgb(81,20,5); }
td.TdClassName
{
border-color: #511405;
}
.TagClassName
{
border-color: #511405;
}
</style>