Shades of Red Oxide #511313
Tints of Red Oxide #511313
RGB
CMYK
RGB Variations
Color information
#511313 (or 0x511313) is known color: Red Oxide. HEX triplet: 51, 13 and 13. RGB value is (81,19,19). Sum of RGB (Red+Green+Blue) = 81+19+19=119 (15% of max value = 765). Red value is 81 (32.03% from 255 or 68.07% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 81 - color contains mainly: red. Hex color #511313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511313 is #AEECEC. Grayscale: #252525. Windows color (decimal): -11463917 or 1250129. OLE color: 1250129.
HSL color Cylindrical-coordinate representation of color #511313: hue angle of 0º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #511313 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 19 | 19 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.68 |
| HSL | 0º | 0.62% | 0.2% | - |
| HSV(B) | 0º | 0.77% | 0.32% | - |
| XYZ | 3.74 | 2.26 | 0.86 | - |
| YUV | 37.54 | 117.54 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 19 | 19 | 0 | 0.77 | 0.77 | 0.68 | 0 | 0.62 | 0.2 |
| Hex | 51 | 13 | 13 | 0 | 4D | 4D | 44 | 0 | 3E | 14 |
| Octal | 121 | 23 | 23 | 0 | 115 | 115 | 104 | 0 | 76 | 24 |
| Binary | 1010001 | 10011 | 10011 | 0 | 1001101 | 1001101 | 1000100 | 0 | 111110 | 10100 |
Color Harmonies of #511313
Complementary color
Monochromatic Colors of #511313
Black with #511313
Text Example
Text Example
White with #511313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511313; }
p { color: rgb(81,19,19); }
H1.HeaderClassName
{
color: #511313;
}
.AnyTagClassName
{
color: #511313;
}
</style>
background-color css
<style>
a { background-color: #511313; }
a { background-color: rgb(81,19,19); }
div.DivClassName
{
background-color: #511313;
}
.BgClassName
{
background-color: #511313;
}
</style>
border-color css
<style>
span { border-color: #511313; }
span { border-color: rgb(81,19,19); }
td.TdClassName
{
border-color: #511313;
}
.TagClassName
{
border-color: #511313;
}
</style>