Shades of Purple Taupe #534951
Tints of Purple Taupe #534951
RGB
CMYK
RGB Variations
Color information
#534951 (or 0x534951) is known color: Purple Taupe. HEX triplet: 53, 49 and 51. RGB value is (83,73,81). Sum of RGB (Red+Green+Blue) = 83+73+81=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 81 (32.03% from 255 or 34.18% from 237); Max value from RGB is 83 - color contains mainly: red. Hex color #534951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534951 is #ACB6AE. Grayscale: #4C4C4C. Windows color (decimal): -11318959 or 5327187. OLE color: 5327187.
HSL color Cylindrical-coordinate representation of color #534951: hue angle of 312º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #534951 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 73 | 81 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.67 |
| HSL | 312º | 0.06% | 0.31% | - |
| HSV(B) | 312º | 0.12% | 0.33% | - |
| XYZ | 7.44 | 7.2 | 8.78 | - |
| YUV | 76.9 | 130.31 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 73 | 81 | 0 | 0.12 | 0.02 | 0.67 | 312 | 0.06 | 0.31 |
| Hex | 53 | 49 | 51 | 0 | C | 2 | 43 | 138 | 6 | 1F |
| Octal | 123 | 111 | 121 | 0 | 14 | 2 | 103 | 470 | 6 | 37 |
| Binary | 1010011 | 1001001 | 1010001 | 0 | 1100 | 10 | 1000011 | 100111000 | 110 | 11111 |
Color Harmonies of #534951
Complementary color
Monochromatic Colors of #534951
Black with #534951
Text Example
Text Example
White with #534951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534951; }
p { color: rgb(83,73,81); }
H1.HeaderClassName
{
color: #534951;
}
.AnyTagClassName
{
color: #534951;
}
</style>
background-color css
<style>
a { background-color: #534951; }
a { background-color: rgb(83,73,81); }
div.DivClassName
{
background-color: #534951;
}
.BgClassName
{
background-color: #534951;
}
</style>
border-color css
<style>
span { border-color: #534951; }
span { border-color: rgb(83,73,81); }
td.TdClassName
{
border-color: #534951;
}
.TagClassName
{
border-color: #534951;
}
</style>