Shades of Purple Taupe #533D52
Tints of Purple Taupe #533D52
RGB
CMYK
RGB Variations
Color information
#533D52 (or 0x533D52) is known color: Purple Taupe. HEX triplet: 53, 3D and 52. RGB value is (83,61,82). Sum of RGB (Red+Green+Blue) = 83+61+82=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 83 - color contains mainly: red. Hex color #533D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533D52 is #ACC2AD. Grayscale: #454545. Windows color (decimal): -11322030 or 5389651. OLE color: 5389651.
HSL color Cylindrical-coordinate representation of color #533D52: hue angle of 302.73º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #533D52 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 61 | 82 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.67 |
| HSL | 302.73º | 0.15% | 0.28% | - |
| HSV(B) | 302.73º | 0.27% | 0.33% | - |
| XYZ | 6.76 | 5.79 | 8.74 | - |
| YUV | 69.97 | 134.79 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 82 | 0 | 0.27 | 0.01 | 0.67 | 302.73 | 0.15 | 0.28 |
| Hex | 53 | 3D | 52 | 0 | 1B | 1 | 43 | 12F | F | 1C |
| Octal | 123 | 75 | 122 | 0 | 33 | 1 | 103 | 457 | 17 | 34 |
| Binary | 1010011 | 111101 | 1010010 | 0 | 11011 | 1 | 1000011 | 100101111 | 1111 | 11100 |
Color Harmonies of #533D52
Complementary color
Monochromatic Colors of #533D52
Black with #533D52
Text Example
Text Example
White with #533D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533D52; }
p { color: rgb(83,61,82); }
H1.HeaderClassName
{
color: #533D52;
}
.AnyTagClassName
{
color: #533D52;
}
</style>
background-color css
<style>
a { background-color: #533D52; }
a { background-color: rgb(83,61,82); }
div.DivClassName
{
background-color: #533D52;
}
.BgClassName
{
background-color: #533D52;
}
</style>
border-color css
<style>
span { border-color: #533D52; }
span { border-color: rgb(83,61,82); }
td.TdClassName
{
border-color: #533D52;
}
.TagClassName
{
border-color: #533D52;
}
</style>