Shades of Red Oxide #511D1A
Tints of Red Oxide #511D1A
RGB
CMYK
RGB Variations
Color information
#511D1A (or 0x511D1A) is known color: Red Oxide. HEX triplet: 51, 1D and 1A. RGB value is (81,29,26). Sum of RGB (Red+Green+Blue) = 81+29+26=136 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.56% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 81 - color contains mainly: red. Hex color #511D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511D1A is #AEE2E5. Grayscale: #2C2C2C. Windows color (decimal): -11461350 or 1711441. OLE color: 1711441.
HSL color Cylindrical-coordinate representation of color #511D1A: hue angle of 3.27º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #511D1A is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 29 | 26 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.68 |
| HSL | 3.27º | 0.51% | 0.21% | - |
| HSV(B) | 3.27º | 0.68% | 0.32% | - |
| XYZ | 4.02 | 2.7 | 1.29 | - |
| YUV | 44.21 | 117.73 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 29 | 26 | 0 | 0.64 | 0.68 | 0.68 | 3.27 | 0.51 | 0.21 |
| Hex | 51 | 1D | 1A | 0 | 40 | 44 | 44 | 3 | 33 | 15 |
| Octal | 121 | 35 | 32 | 0 | 100 | 104 | 104 | 3 | 63 | 25 |
| Binary | 1010001 | 11101 | 11010 | 0 | 1000000 | 1000100 | 1000100 | 11 | 110011 | 10101 |
Color Harmonies of #511D1A
Complementary color
Monochromatic Colors of #511D1A
Black with #511D1A
Text Example
Text Example
White with #511D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511D1A; }
p { color: rgb(81,29,26); }
H1.HeaderClassName
{
color: #511D1A;
}
.AnyTagClassName
{
color: #511D1A;
}
</style>
background-color css
<style>
a { background-color: #511D1A; }
a { background-color: rgb(81,29,26); }
div.DivClassName
{
background-color: #511D1A;
}
.BgClassName
{
background-color: #511D1A;
}
</style>
border-color css
<style>
span { border-color: #511D1A; }
span { border-color: rgb(81,29,26); }
td.TdClassName
{
border-color: #511D1A;
}
.TagClassName
{
border-color: #511D1A;
}
</style>