Shades of Red Oxide #51170B
Tints of Red Oxide #51170B
RGB
CMYK
RGB Variations
Color information
#51170B (or 0x51170B) is known color: Red Oxide. HEX triplet: 51, 17 and 0B. RGB value is (81,23,11). Sum of RGB (Red+Green+Blue) = 81+23+11=115 (15% of max value = 765). Red value is 81 (32.03% from 255 or 70.43% from 115); Green value is 23 (9.38% from 255 or 20% from 115); Blue value is 11 (4.69% from 255 or 9.57% from 115); Max value from RGB is 81 - color contains mainly: red. Hex color #51170B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51170B is #AEE8F4. Grayscale: #272727. Windows color (decimal): -11462901 or 726865. OLE color: 726865.
HSL color Cylindrical-coordinate representation of color #51170B: hue angle of 10.29º 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 #51170B is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 23 | 11 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.68 |
| HSL | 10.29º | 0.76% | 0.18% | - |
| HSV(B) | 10.29º | 0.86% | 0.32% | - |
| XYZ | 3.76 | 2.39 | 0.58 | - |
| YUV | 38.97 | 112.22 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 23 | 11 | 0 | 0.72 | 0.86 | 0.68 | 10.29 | 0.76 | 0.18 |
| Hex | 51 | 17 | B | 0 | 48 | 56 | 44 | A | 4C | 12 |
| Octal | 121 | 27 | 13 | 0 | 110 | 126 | 104 | 12 | 114 | 22 |
| Binary | 1010001 | 10111 | 1011 | 0 | 1001000 | 1010110 | 1000100 | 1010 | 1001100 | 10010 |
Color Harmonies of #51170B
Complementary color
Monochromatic Colors of #51170B
Black with #51170B
Text Example
Text Example
White with #51170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51170B; }
p { color: rgb(81,23,11); }
H1.HeaderClassName
{
color: #51170B;
}
.AnyTagClassName
{
color: #51170B;
}
</style>
background-color css
<style>
a { background-color: #51170B; }
a { background-color: rgb(81,23,11); }
div.DivClassName
{
background-color: #51170B;
}
.BgClassName
{
background-color: #51170B;
}
</style>
border-color css
<style>
span { border-color: #51170B; }
span { border-color: rgb(81,23,11); }
td.TdClassName
{
border-color: #51170B;
}
.TagClassName
{
border-color: #51170B;
}
</style>