Shades of Red Oxide #51110B
Tints of Red Oxide #51110B
RGB
CMYK
RGB Variations
Color information
#51110B (or 0x51110B) is known color: Red Oxide. HEX triplet: 51, 11 and 0B. RGB value is (81,17,11). Sum of RGB (Red+Green+Blue) = 81+17+11=109 (14% of max value = 765). Red value is 81 (32.03% from 255 or 74.31% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 11 (4.69% from 255 or 10.09% from 109); Max value from RGB is 81 - color contains mainly: red. Hex color #51110B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51110B is #AEEEF4. Grayscale: #232323. Windows color (decimal): -11464437 or 725329. OLE color: 725329.
HSL color Cylindrical-coordinate representation of color #51110B: hue angle of 5.14º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #51110B is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 17 | 11 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.68 |
| HSL | 5.14º | 0.76% | 0.18% | - |
| HSV(B) | 5.14º | 0.86% | 0.32% | - |
| XYZ | 3.65 | 2.17 | 0.54 | - |
| YUV | 35.45 | 114.2 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 17 | 11 | 0 | 0.79 | 0.86 | 0.68 | 5.14 | 0.76 | 0.18 |
| Hex | 51 | 11 | B | 0 | 4F | 56 | 44 | 5 | 4C | 12 |
| Octal | 121 | 21 | 13 | 0 | 117 | 126 | 104 | 5 | 114 | 22 |
| Binary | 1010001 | 10001 | 1011 | 0 | 1001111 | 1010110 | 1000100 | 101 | 1001100 | 10010 |
Color Harmonies of #51110B
Complementary color
Monochromatic Colors of #51110B
Black with #51110B
Text Example
Text Example
White with #51110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51110B; }
p { color: rgb(81,17,11); }
H1.HeaderClassName
{
color: #51110B;
}
.AnyTagClassName
{
color: #51110B;
}
</style>
background-color css
<style>
a { background-color: #51110B; }
a { background-color: rgb(81,17,11); }
div.DivClassName
{
background-color: #51110B;
}
.BgClassName
{
background-color: #51110B;
}
</style>
border-color css
<style>
span { border-color: #51110B; }
span { border-color: rgb(81,17,11); }
td.TdClassName
{
border-color: #51110B;
}
.TagClassName
{
border-color: #51110B;
}
</style>