Shades of Red Oxide #511312
Tints of Red Oxide #511312
RGB
CMYK
RGB Variations
Color information
#511312 (or 0x511312) is known color: Red Oxide. HEX triplet: 51, 13 and 12. RGB value is (81,19,18). Sum of RGB (Red+Green+Blue) = 81+19+18=118 (15% of max value = 765). Red value is 81 (32.03% from 255 or 68.64% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 81 - color contains mainly: red. Hex color #511312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511312 is #AEECED. Grayscale: #252525. Windows color (decimal): -11463918 or 1184593. OLE color: 1184593.
HSL color Cylindrical-coordinate representation of color #511312: hue angle of 0.95º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #511312 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 19 | 18 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.68 |
| HSL | 0.95º | 0.64% | 0.19% | - |
| HSV(B) | 0.95º | 0.78% | 0.32% | - |
| XYZ | 3.74 | 2.26 | 0.81 | - |
| YUV | 37.42 | 117.04 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 19 | 18 | 0 | 0.77 | 0.78 | 0.68 | 0.95 | 0.64 | 0.19 |
| Hex | 51 | 13 | 12 | 0 | 4D | 4E | 44 | 1 | 40 | 13 |
| Octal | 121 | 23 | 22 | 0 | 115 | 116 | 104 | 1 | 100 | 23 |
| Binary | 1010001 | 10011 | 10010 | 0 | 1001101 | 1001110 | 1000100 | 1 | 1000000 | 10011 |
Color Harmonies of #511312
Complementary color
Monochromatic Colors of #511312
Black with #511312
Text Example
Text Example
White with #511312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511312; }
p { color: rgb(81,19,18); }
H1.HeaderClassName
{
color: #511312;
}
.AnyTagClassName
{
color: #511312;
}
</style>
background-color css
<style>
a { background-color: #511312; }
a { background-color: rgb(81,19,18); }
div.DivClassName
{
background-color: #511312;
}
.BgClassName
{
background-color: #511312;
}
</style>
border-color css
<style>
span { border-color: #511312; }
span { border-color: rgb(81,19,18); }
td.TdClassName
{
border-color: #511312;
}
.TagClassName
{
border-color: #511312;
}
</style>