Shades of Red Oxide #511308
Tints of Red Oxide #511308
RGB
CMYK
RGB Variations
Color information
#511308 (or 0x511308) is known color: Red Oxide. HEX triplet: 51, 13 and 08. RGB value is (81,19,8). Sum of RGB (Red+Green+Blue) = 81+19+8=108 (14% of max value = 765). Red value is 81 (32.03% from 255 or 75% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 8 (3.52% from 255 or 7.41% from 108); Max value from RGB is 81 - color contains mainly: red. Hex color #511308 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511308 is #AEECF7. Grayscale: #242424. Windows color (decimal): -11463928 or 529233. OLE color: 529233.
HSL color Cylindrical-coordinate representation of color #511308: hue angle of 9.04º 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 #511308 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 19 | 8 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.68 |
| HSL | 9.04º | 0.82% | 0.17% | - |
| HSV(B) | 9.04º | 0.9% | 0.32% | - |
| XYZ | 3.67 | 2.23 | 0.47 | - |
| YUV | 36.28 | 112.04 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 19 | 8 | 0 | 0.77 | 0.90 | 0.68 | 9.04 | 0.82 | 0.17 |
| Hex | 51 | 13 | 8 | 0 | 4D | 5A | 44 | 9 | 52 | 11 |
| Octal | 121 | 23 | 10 | 0 | 115 | 132 | 104 | 11 | 122 | 21 |
| Binary | 1010001 | 10011 | 1000 | 0 | 1001101 | 1011010 | 1000100 | 1001 | 1010010 | 10001 |
Color Harmonies of #511308
Complementary color
Monochromatic Colors of #511308
Black with #511308
Text Example
Text Example
White with #511308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511308; }
p { color: rgb(81,19,8); }
H1.HeaderClassName
{
color: #511308;
}
.AnyTagClassName
{
color: #511308;
}
</style>
background-color css
<style>
a { background-color: #511308; }
a { background-color: rgb(81,19,8); }
div.DivClassName
{
background-color: #511308;
}
.BgClassName
{
background-color: #511308;
}
</style>
border-color css
<style>
span { border-color: #511308; }
span { border-color: rgb(81,19,8); }
td.TdClassName
{
border-color: #511308;
}
.TagClassName
{
border-color: #511308;
}
</style>