Shades of Dune #53514B
Tints of Dune #53514B
RGB
CMYK
RGB Variations
Color information
#53514B (or 0x53514B) is known color: Dune. HEX triplet: 53, 51 and 4B. RGB value is (83,81,75). Sum of RGB (Red+Green+Blue) = 83+81+75=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 83 - color contains mainly: red. Hex color #53514B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53514B is #ACAEB4. Grayscale: #505050. Windows color (decimal): -11316917 or 4936019. OLE color: 4936019.
HSL color Cylindrical-coordinate representation of color #53514B: hue angle of 45º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #53514B is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 81 | 75 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.67 |
| HSL | 45º | 0.05% | 0.31% | - |
| HSV(B) | 45º | 0.1% | 0.33% | - |
| XYZ | 7.78 | 8.23 | 7.84 | - |
| YUV | 80.91 | 124.66 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 75 | 0 | 0.02 | 0.10 | 0.67 | 45 | 0.05 | 0.31 |
| Hex | 53 | 51 | 4B | 0 | 2 | A | 43 | 2D | 5 | 1F |
| Octal | 123 | 121 | 113 | 0 | 2 | 12 | 103 | 55 | 5 | 37 |
| Binary | 1010011 | 1010001 | 1001011 | 0 | 10 | 1010 | 1000011 | 101101 | 101 | 11111 |
Color Harmonies of #53514B
Complementary color
Monochromatic Colors of #53514B
Black with #53514B
Text Example
Text Example
White with #53514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53514B; }
p { color: rgb(83,81,75); }
H1.HeaderClassName
{
color: #53514B;
}
.AnyTagClassName
{
color: #53514B;
}
</style>
background-color css
<style>
a { background-color: #53514B; }
a { background-color: rgb(83,81,75); }
div.DivClassName
{
background-color: #53514B;
}
.BgClassName
{
background-color: #53514B;
}
</style>
border-color css
<style>
span { border-color: #53514B; }
span { border-color: rgb(83,81,75); }
td.TdClassName
{
border-color: #53514B;
}
.TagClassName
{
border-color: #53514B;
}
</style>