Shades of Purple Taupe #523C4B
Tints of Purple Taupe #523C4B
RGB
CMYK
RGB Variations
Color information
#523C4B (or 0x523C4B) is known color: Purple Taupe. HEX triplet: 52, 3C and 4B. RGB value is (82,60,75). Sum of RGB (Red+Green+Blue) = 82+60+75=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 60 (23.83% from 255 or 27.65% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 82 - color contains mainly: red. Hex color #523C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523C4B is #ADC3B4. Grayscale: #444444. Windows color (decimal): -11387829 or 4930642. OLE color: 4930642.
HSL color Cylindrical-coordinate representation of color #523C4B: hue angle of 319.09º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #523C4B is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 60 | 75 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.68 |
| HSL | 319.09º | 0.15% | 0.28% | - |
| HSV(B) | 319.09º | 0.27% | 0.32% | - |
| XYZ | 6.37 | 5.53 | 7.39 | - |
| YUV | 68.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 60 | 75 | 0 | 0.27 | 0.09 | 0.68 | 319.09 | 0.15 | 0.28 |
| Hex | 52 | 3C | 4B | 0 | 1B | 9 | 44 | 13F | F | 1C |
| Octal | 122 | 74 | 113 | 0 | 33 | 11 | 104 | 477 | 17 | 34 |
| Binary | 1010010 | 111100 | 1001011 | 0 | 11011 | 1001 | 1000100 | 100111111 | 1111 | 11100 |
Color Harmonies of #523C4B
Complementary color
Monochromatic Colors of #523C4B
Black with #523C4B
Text Example
Text Example
White with #523C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523C4B; }
p { color: rgb(82,60,75); }
H1.HeaderClassName
{
color: #523C4B;
}
.AnyTagClassName
{
color: #523C4B;
}
</style>
background-color css
<style>
a { background-color: #523C4B; }
a { background-color: rgb(82,60,75); }
div.DivClassName
{
background-color: #523C4B;
}
.BgClassName
{
background-color: #523C4B;
}
</style>
border-color css
<style>
span { border-color: #523C4B; }
span { border-color: rgb(82,60,75); }
td.TdClassName
{
border-color: #523C4B;
}
.TagClassName
{
border-color: #523C4B;
}
</style>