Shades of Red Oxide #511107
Tints of Red Oxide #511107
RGB
CMYK
RGB Variations
Color information
#511107 (or 0x511107) is known color: Red Oxide. HEX triplet: 51, 11 and 07. RGB value is (81,17,7). Sum of RGB (Red+Green+Blue) = 81+17+7=105 (13% of max value = 765). Red value is 81 (32.03% from 255 or 77.14% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 7 (3.12% from 255 or 6.67% from 105); Max value from RGB is 81 - color contains mainly: red. Hex color #511107 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511107 is #AEEEF8. Grayscale: #232323. Windows color (decimal): -11464441 or 463185. OLE color: 463185.
HSL color Cylindrical-coordinate representation of color #511107: hue angle of 8.11º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #511107 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 17 | 7 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.68 |
| HSL | 8.11º | 0.84% | 0.17% | - |
| HSV(B) | 8.11º | 0.91% | 0.32% | - |
| XYZ | 3.63 | 2.17 | 0.43 | - |
| YUV | 35 | 112.2 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 17 | 7 | 0 | 0.79 | 0.91 | 0.68 | 8.11 | 0.84 | 0.17 |
| Hex | 51 | 11 | 7 | 0 | 4F | 5B | 44 | 8 | 54 | 11 |
| Octal | 121 | 21 | 7 | 0 | 117 | 133 | 104 | 10 | 124 | 21 |
| Binary | 1010001 | 10001 | 111 | 0 | 1001111 | 1011011 | 1000100 | 1000 | 1010100 | 10001 |
Color Harmonies of #511107
Complementary color
Monochromatic Colors of #511107
Black with #511107
Text Example
Text Example
White with #511107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511107; }
p { color: rgb(81,17,7); }
H1.HeaderClassName
{
color: #511107;
}
.AnyTagClassName
{
color: #511107;
}
</style>
background-color css
<style>
a { background-color: #511107; }
a { background-color: rgb(81,17,7); }
div.DivClassName
{
background-color: #511107;
}
.BgClassName
{
background-color: #511107;
}
</style>
border-color css
<style>
span { border-color: #511107; }
span { border-color: rgb(81,17,7); }
td.TdClassName
{
border-color: #511107;
}
.TagClassName
{
border-color: #511107;
}
</style>