Shades of Red Oxide #511B14
Tints of Red Oxide #511B14
RGB
CMYK
RGB Variations
Color information
#511B14 (or 0x511B14) is known color: Red Oxide. HEX triplet: 51, 1B and 14. RGB value is (81,27,20). Sum of RGB (Red+Green+Blue) = 81+27+20=128 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.28% from 128); Green value is 27 (10.94% from 255 or 21.09% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 81 - color contains mainly: red. Hex color #511B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511B14 is #AEE4EB. Grayscale: #2A2A2A. Windows color (decimal): -11461868 or 1317713. OLE color: 1317713.
HSL color Cylindrical-coordinate representation of color #511B14: hue angle of 6.89º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #511B14 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 27 | 20 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.68 |
| HSL | 6.89º | 0.6% | 0.2% | - |
| HSV(B) | 6.89º | 0.75% | 0.32% | - |
| XYZ | 3.91 | 2.58 | 0.95 | - |
| YUV | 42.35 | 115.39 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 27 | 20 | 0 | 0.67 | 0.75 | 0.68 | 6.89 | 0.6 | 0.2 |
| Hex | 51 | 1B | 14 | 0 | 43 | 4B | 44 | 7 | 3C | 14 |
| Octal | 121 | 33 | 24 | 0 | 103 | 113 | 104 | 7 | 74 | 24 |
| Binary | 1010001 | 11011 | 10100 | 0 | 1000011 | 1001011 | 1000100 | 111 | 111100 | 10100 |
Color Harmonies of #511B14
Complementary color
Monochromatic Colors of #511B14
Black with #511B14
Text Example
Text Example
White with #511B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511B14; }
p { color: rgb(81,27,20); }
H1.HeaderClassName
{
color: #511B14;
}
.AnyTagClassName
{
color: #511B14;
}
</style>
background-color css
<style>
a { background-color: #511B14; }
a { background-color: rgb(81,27,20); }
div.DivClassName
{
background-color: #511B14;
}
.BgClassName
{
background-color: #511B14;
}
</style>
border-color css
<style>
span { border-color: #511B14; }
span { border-color: rgb(81,27,20); }
td.TdClassName
{
border-color: #511B14;
}
.TagClassName
{
border-color: #511B14;
}
</style>