Shades of Dune #514F4B
Tints of Dune #514F4B
RGB
CMYK
RGB Variations
Color information
#514F4B (or 0x514F4B) is known color: Dune. HEX triplet: 51, 4F and 4B. RGB value is (81,79,75). Sum of RGB (Red+Green+Blue) = 81+79+75=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 79 (31.25% from 255 or 33.62% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 81 - color contains mainly: red. Hex color #514F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514F4B is #AEB0B4. Grayscale: #4F4F4F. Windows color (decimal): -11448501 or 4935505. OLE color: 4935505.
HSL color Cylindrical-coordinate representation of color #514F4B: hue angle of 40º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #514F4B is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 79 | 75 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.68 |
| HSL | 40º | 0.04% | 0.31% | - |
| HSV(B) | 40º | 0.07% | 0.32% | - |
| XYZ | 7.46 | 7.85 | 7.78 | - |
| YUV | 79.14 | 125.66 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 79 | 75 | 0 | 0.02 | 0.07 | 0.68 | 40 | 0.04 | 0.31 |
| Hex | 51 | 4F | 4B | 0 | 2 | 7 | 44 | 28 | 4 | 1F |
| Octal | 121 | 117 | 113 | 0 | 2 | 7 | 104 | 50 | 4 | 37 |
| Binary | 1010001 | 1001111 | 1001011 | 0 | 10 | 111 | 1000100 | 101000 | 100 | 11111 |
Color Harmonies of #514F4B
Complementary color
Monochromatic Colors of #514F4B
Black with #514F4B
Text Example
Text Example
White with #514F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514F4B; }
p { color: rgb(81,79,75); }
H1.HeaderClassName
{
color: #514F4B;
}
.AnyTagClassName
{
color: #514F4B;
}
</style>
background-color css
<style>
a { background-color: #514F4B; }
a { background-color: rgb(81,79,75); }
div.DivClassName
{
background-color: #514F4B;
}
.BgClassName
{
background-color: #514F4B;
}
</style>
border-color css
<style>
span { border-color: #514F4B; }
span { border-color: rgb(81,79,75); }
td.TdClassName
{
border-color: #514F4B;
}
.TagClassName
{
border-color: #514F4B;
}
</style>