Shades of Dune #504F4D
Tints of Dune #504F4D
RGB
CMYK
RGB Variations
Color information
#504F4D (or 0x504F4D) is known color: Dune. HEX triplet: 50, 4F and 4D. RGB value is (80,79,77). Sum of RGB (Red+Green+Blue) = 80+79+77=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 80 - color contains mainly: red. Hex color #504F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504F4D is #AFB0B2. Grayscale: #4F4F4F. Windows color (decimal): -11514035 or 5066576. OLE color: 5066576.
HSL color Cylindrical-coordinate representation of color #504F4D: hue angle of 40º degrees, saturation: 0.02, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #504F4D is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 79 | 77 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.69 |
| HSL | 40º | 0.02% | 0.31% | - |
| HSV(B) | 40º | 0.04% | 0.31% | - |
| XYZ | 7.44 | 7.83 | 8.14 | - |
| YUV | 79.07 | 126.83 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 77 | 0 | 0.01 | 0.04 | 0.69 | 40 | 0.02 | 0.31 |
| Hex | 50 | 4F | 4D | 0 | 1 | 4 | 45 | 28 | 2 | 1F |
| Octal | 120 | 117 | 115 | 0 | 1 | 4 | 105 | 50 | 2 | 37 |
| Binary | 1010000 | 1001111 | 1001101 | 0 | 1 | 100 | 1000101 | 101000 | 10 | 11111 |
Color Harmonies of #504F4D
Complementary color
Monochromatic Colors of #504F4D
Black with #504F4D
Text Example
Text Example
White with #504F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504F4D; }
p { color: rgb(80,79,77); }
H1.HeaderClassName
{
color: #504F4D;
}
.AnyTagClassName
{
color: #504F4D;
}
</style>
background-color css
<style>
a { background-color: #504F4D; }
a { background-color: rgb(80,79,77); }
div.DivClassName
{
background-color: #504F4D;
}
.BgClassName
{
background-color: #504F4D;
}
</style>
border-color css
<style>
span { border-color: #504F4D; }
span { border-color: rgb(80,79,77); }
td.TdClassName
{
border-color: #504F4D;
}
.TagClassName
{
border-color: #504F4D;
}
</style>