Shades of Purple Taupe #523B49
Tints of Purple Taupe #523B49
RGB
CMYK
RGB Variations
Color information
#523B49 (or 0x523B49) is known color: Purple Taupe. HEX triplet: 52, 3B and 49. RGB value is (82,59,73). Sum of RGB (Red+Green+Blue) = 82+59+73=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 59 (23.44% from 255 or 27.57% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 82 - color contains mainly: red. Hex color #523B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523B49 is #ADC4B6. Grayscale: #434343. Windows color (decimal): -11388087 or 4799314. OLE color: 4799314.
HSL color Cylindrical-coordinate representation of color #523B49: hue angle of 323.48º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #523B49 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 59 | 73 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.68 |
| HSL | 323.48º | 0.16% | 0.28% | - |
| HSV(B) | 323.48º | 0.28% | 0.32% | - |
| XYZ | 6.25 | 5.4 | 7.02 | - |
| YUV | 67.47 | 131.12 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 59 | 73 | 0 | 0.28 | 0.11 | 0.68 | 323.48 | 0.16 | 0.28 |
| Hex | 52 | 3B | 49 | 0 | 1C | B | 44 | 143 | 10 | 1C |
| Octal | 122 | 73 | 111 | 0 | 34 | 13 | 104 | 503 | 20 | 34 |
| Binary | 1010010 | 111011 | 1001001 | 0 | 11100 | 1011 | 1000100 | 101000011 | 10000 | 11100 |
Color Harmonies of #523B49
Complementary color
Monochromatic Colors of #523B49
Black with #523B49
Text Example
Text Example
White with #523B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523B49; }
p { color: rgb(82,59,73); }
H1.HeaderClassName
{
color: #523B49;
}
.AnyTagClassName
{
color: #523B49;
}
</style>
background-color css
<style>
a { background-color: #523B49; }
a { background-color: rgb(82,59,73); }
div.DivClassName
{
background-color: #523B49;
}
.BgClassName
{
background-color: #523B49;
}
</style>
border-color css
<style>
span { border-color: #523B49; }
span { border-color: rgb(82,59,73); }
td.TdClassName
{
border-color: #523B49;
}
.TagClassName
{
border-color: #523B49;
}
</style>