Shades of Purple Taupe #534952
Tints of Purple Taupe #534952
RGB
CMYK
RGB Variations
Color information
#534952 (or 0x534952) is known color: Purple Taupe. HEX triplet: 53, 49 and 52. RGB value is (83,73,82). Sum of RGB (Red+Green+Blue) = 83+73+82=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 83 - color contains mainly: red. Hex color #534952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534952 is #ACB6AD. Grayscale: #4C4C4C. Windows color (decimal): -11318958 or 5392723. OLE color: 5392723.
HSL color Cylindrical-coordinate representation of color #534952: hue angle of 306º 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 #534952 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 73 | 82 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.67 |
| HSL | 306º | 0.06% | 0.31% | - |
| HSV(B) | 306º | 0.12% | 0.33% | - |
| XYZ | 7.47 | 7.21 | 8.98 | - |
| YUV | 77.02 | 130.81 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 73 | 82 | 0 | 0.12 | 0.01 | 0.67 | 306 | 0.06 | 0.31 |
| Hex | 53 | 49 | 52 | 0 | C | 1 | 43 | 132 | 6 | 1F |
| Octal | 123 | 111 | 122 | 0 | 14 | 1 | 103 | 462 | 6 | 37 |
| Binary | 1010011 | 1001001 | 1010010 | 0 | 1100 | 1 | 1000011 | 100110010 | 110 | 11111 |
Color Harmonies of #534952
Complementary color
Monochromatic Colors of #534952
Black with #534952
Text Example
Text Example
White with #534952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534952; }
p { color: rgb(83,73,82); }
H1.HeaderClassName
{
color: #534952;
}
.AnyTagClassName
{
color: #534952;
}
</style>
background-color css
<style>
a { background-color: #534952; }
a { background-color: rgb(83,73,82); }
div.DivClassName
{
background-color: #534952;
}
.BgClassName
{
background-color: #534952;
}
</style>
border-color css
<style>
span { border-color: #534952; }
span { border-color: rgb(83,73,82); }
td.TdClassName
{
border-color: #534952;
}
.TagClassName
{
border-color: #534952;
}
</style>