Shades of Red Oxide #511608
Tints of Red Oxide #511608
RGB
CMYK
RGB Variations
Color information
#511608 (or 0x511608) is known color: Red Oxide. HEX triplet: 51, 16 and 08. RGB value is (81,22,8). Sum of RGB (Red+Green+Blue) = 81+22+8=111 (14% of max value = 765). Red value is 81 (32.03% from 255 or 72.97% from 111); Green value is 22 (8.98% from 255 or 19.82% from 111); Blue value is 8 (3.52% from 255 or 7.21% from 111); Max value from RGB is 81 - color contains mainly: red. Hex color #511608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511608 is #AEE9F7. Grayscale: #262626. Windows color (decimal): -11463160 or 530001. OLE color: 530001.
HSL color Cylindrical-coordinate representation of color #511608: hue angle of 11.51º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #511608 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 22 | 8 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.68 |
| HSL | 11.51º | 0.82% | 0.17% | - |
| HSV(B) | 11.51º | 0.9% | 0.32% | - |
| XYZ | 3.72 | 2.34 | 0.49 | - |
| YUV | 38.05 | 111.05 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 22 | 8 | 0 | 0.73 | 0.90 | 0.68 | 11.51 | 0.82 | 0.17 |
| Hex | 51 | 16 | 8 | 0 | 49 | 5A | 44 | C | 52 | 11 |
| Octal | 121 | 26 | 10 | 0 | 111 | 132 | 104 | 14 | 122 | 21 |
| Binary | 1010001 | 10110 | 1000 | 0 | 1001001 | 1011010 | 1000100 | 1100 | 1010010 | 10001 |
Color Harmonies of #511608
Complementary color
Monochromatic Colors of #511608
Black with #511608
Text Example
Text Example
White with #511608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511608; }
p { color: rgb(81,22,8); }
H1.HeaderClassName
{
color: #511608;
}
.AnyTagClassName
{
color: #511608;
}
</style>
background-color css
<style>
a { background-color: #511608; }
a { background-color: rgb(81,22,8); }
div.DivClassName
{
background-color: #511608;
}
.BgClassName
{
background-color: #511608;
}
</style>
border-color css
<style>
span { border-color: #511608; }
span { border-color: rgb(81,22,8); }
td.TdClassName
{
border-color: #511608;
}
.TagClassName
{
border-color: #511608;
}
</style>