Shades of Purple Taupe #533B4A
Tints of Purple Taupe #533B4A
RGB
CMYK
RGB Variations
Color information
#533B4A (or 0x533B4A) is known color: Purple Taupe. HEX triplet: 53, 3B and 4A. RGB value is (83,59,74). Sum of RGB (Red+Green+Blue) = 83+59+74=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 59 (23.44% from 255 or 27.31% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 83 - color contains mainly: red. Hex color #533B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533B4A is #ACC4B5. Grayscale: #434343. Windows color (decimal): -11322550 or 4864851. OLE color: 4864851.
HSL color Cylindrical-coordinate representation of color #533B4A: hue angle of 322.5º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #533B4A is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 59 | 74 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.67 |
| HSL | 322.5º | 0.17% | 0.28% | - |
| HSV(B) | 322.5º | 0.29% | 0.33% | - |
| XYZ | 6.37 | 5.46 | 7.2 | - |
| YUV | 67.89 | 131.45 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 74 | 0 | 0.29 | 0.11 | 0.67 | 322.5 | 0.17 | 0.28 |
| Hex | 53 | 3B | 4A | 0 | 1D | B | 43 | 142 | 11 | 1C |
| Octal | 123 | 73 | 112 | 0 | 35 | 13 | 103 | 502 | 21 | 34 |
| Binary | 1010011 | 111011 | 1001010 | 0 | 11101 | 1011 | 1000011 | 101000010 | 10001 | 11100 |
Color Harmonies of #533B4A
Complementary color
Monochromatic Colors of #533B4A
Black with #533B4A
Text Example
Text Example
White with #533B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533B4A; }
p { color: rgb(83,59,74); }
H1.HeaderClassName
{
color: #533B4A;
}
.AnyTagClassName
{
color: #533B4A;
}
</style>
background-color css
<style>
a { background-color: #533B4A; }
a { background-color: rgb(83,59,74); }
div.DivClassName
{
background-color: #533B4A;
}
.BgClassName
{
background-color: #533B4A;
}
</style>
border-color css
<style>
span { border-color: #533B4A; }
span { border-color: rgb(83,59,74); }
td.TdClassName
{
border-color: #533B4A;
}
.TagClassName
{
border-color: #533B4A;
}
</style>