Shades of Purple Taupe #533D51
Tints of Purple Taupe #533D51
RGB
CMYK
RGB Variations
Color information
#533D51 (or 0x533D51) is known color: Purple Taupe. HEX triplet: 53, 3D and 51. RGB value is (83,61,81). Sum of RGB (Red+Green+Blue) = 83+61+81=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 83 - color contains mainly: red. Hex color #533D51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533D51 is #ACC2AE. Grayscale: #454545. Windows color (decimal): -11322031 or 5324115. OLE color: 5324115.
HSL color Cylindrical-coordinate representation of color #533D51: hue angle of 305.45º 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 #533D51 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 61 | 81 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.67 |
| HSL | 305.45º | 0.15% | 0.28% | - |
| HSV(B) | 305.45º | 0.27% | 0.33% | - |
| XYZ | 6.72 | 5.77 | 8.54 | - |
| YUV | 69.86 | 134.29 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 81 | 0 | 0.27 | 0.02 | 0.67 | 305.45 | 0.15 | 0.28 |
| Hex | 53 | 3D | 51 | 0 | 1B | 2 | 43 | 131 | F | 1C |
| Octal | 123 | 75 | 121 | 0 | 33 | 2 | 103 | 461 | 17 | 34 |
| Binary | 1010011 | 111101 | 1010001 | 0 | 11011 | 10 | 1000011 | 100110001 | 1111 | 11100 |
Color Harmonies of #533D51
Complementary color
Monochromatic Colors of #533D51
Black with #533D51
Text Example
Text Example
White with #533D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533D51; }
p { color: rgb(83,61,81); }
H1.HeaderClassName
{
color: #533D51;
}
.AnyTagClassName
{
color: #533D51;
}
</style>
background-color css
<style>
a { background-color: #533D51; }
a { background-color: rgb(83,61,81); }
div.DivClassName
{
background-color: #533D51;
}
.BgClassName
{
background-color: #533D51;
}
</style>
border-color css
<style>
span { border-color: #533D51; }
span { border-color: rgb(83,61,81); }
td.TdClassName
{
border-color: #533D51;
}
.TagClassName
{
border-color: #533D51;
}
</style>