Shades of Red Oxide #511713
Tints of Red Oxide #511713
RGB
CMYK
RGB Variations
Color information
#511713 (or 0x511713) is known color: Red Oxide. HEX triplet: 51, 17 and 13. RGB value is (81,23,19). Sum of RGB (Red+Green+Blue) = 81+23+19=123 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.85% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 81 - color contains mainly: red. Hex color #511713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511713 is #AEE8EC. Grayscale: #272727. Windows color (decimal): -11462893 or 1251153. OLE color: 1251153.
HSL color Cylindrical-coordinate representation of color #511713: hue angle of 3.87º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #511713 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 23 | 19 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.68 |
| HSL | 3.87º | 0.62% | 0.2% | - |
| HSV(B) | 3.87º | 0.77% | 0.32% | - |
| XYZ | 3.82 | 2.41 | 0.88 | - |
| YUV | 39.89 | 116.22 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 23 | 19 | 0 | 0.72 | 0.77 | 0.68 | 3.87 | 0.62 | 0.2 |
| Hex | 51 | 17 | 13 | 0 | 48 | 4D | 44 | 4 | 3E | 14 |
| Octal | 121 | 27 | 23 | 0 | 110 | 115 | 104 | 4 | 76 | 24 |
| Binary | 1010001 | 10111 | 10011 | 0 | 1001000 | 1001101 | 1000100 | 100 | 111110 | 10100 |
Color Harmonies of #511713
Complementary color
Monochromatic Colors of #511713
Black with #511713
Text Example
Text Example
White with #511713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511713; }
p { color: rgb(81,23,19); }
H1.HeaderClassName
{
color: #511713;
}
.AnyTagClassName
{
color: #511713;
}
</style>
background-color css
<style>
a { background-color: #511713; }
a { background-color: rgb(81,23,19); }
div.DivClassName
{
background-color: #511713;
}
.BgClassName
{
background-color: #511713;
}
</style>
border-color css
<style>
span { border-color: #511713; }
span { border-color: rgb(81,23,19); }
td.TdClassName
{
border-color: #511713;
}
.TagClassName
{
border-color: #511713;
}
</style>