Shades of Red Oxide #511712
Tints of Red Oxide #511712
RGB
CMYK
RGB Variations
Color information
#511712 (or 0x511712) is known color: Red Oxide. HEX triplet: 51, 17 and 12. RGB value is (81,23,18). Sum of RGB (Red+Green+Blue) = 81+23+18=122 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.39% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 81 - color contains mainly: red. Hex color #511712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511712 is #AEE8ED. Grayscale: #272727. Windows color (decimal): -11462894 or 1185617. OLE color: 1185617.
HSL color Cylindrical-coordinate representation of color #511712: hue angle of 4.76º 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 #511712 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 23 | 18 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.68 |
| HSL | 4.76º | 0.64% | 0.19% | - |
| HSV(B) | 4.76º | 0.78% | 0.32% | - |
| XYZ | 3.81 | 2.41 | 0.84 | - |
| YUV | 39.77 | 115.72 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 23 | 18 | 0 | 0.72 | 0.78 | 0.68 | 4.76 | 0.64 | 0.19 |
| Hex | 51 | 17 | 12 | 0 | 48 | 4E | 44 | 5 | 40 | 13 |
| Octal | 121 | 27 | 22 | 0 | 110 | 116 | 104 | 5 | 100 | 23 |
| Binary | 1010001 | 10111 | 10010 | 0 | 1001000 | 1001110 | 1000100 | 101 | 1000000 | 10011 |
Color Harmonies of #511712
Complementary color
Monochromatic Colors of #511712
Black with #511712
Text Example
Text Example
White with #511712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511712; }
p { color: rgb(81,23,18); }
H1.HeaderClassName
{
color: #511712;
}
.AnyTagClassName
{
color: #511712;
}
</style>
background-color css
<style>
a { background-color: #511712; }
a { background-color: rgb(81,23,18); }
div.DivClassName
{
background-color: #511712;
}
.BgClassName
{
background-color: #511712;
}
</style>
border-color css
<style>
span { border-color: #511712; }
span { border-color: rgb(81,23,18); }
td.TdClassName
{
border-color: #511712;
}
.TagClassName
{
border-color: #511712;
}
</style>