Shades of Purple Taupe #533C4D
Tints of Purple Taupe #533C4D
RGB
CMYK
RGB Variations
Color information
#533C4D (or 0x533C4D) is known color: Purple Taupe. HEX triplet: 53, 3C and 4D. RGB value is (83,60,77). Sum of RGB (Red+Green+Blue) = 83+60+77=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 83 - color contains mainly: red. Hex color #533C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533C4D is #ACC3B2. Grayscale: #444444. Windows color (decimal): -11322291 or 5061715. OLE color: 5061715.
HSL color Cylindrical-coordinate representation of color #533C4D: hue angle of 315.65º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #533C4D is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 60 | 77 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.67 |
| HSL | 315.65º | 0.16% | 0.28% | - |
| HSV(B) | 315.65º | 0.28% | 0.33% | - |
| XYZ | 6.52 | 5.61 | 7.76 | - |
| YUV | 68.82 | 132.62 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 77 | 0 | 0.28 | 0.07 | 0.67 | 315.65 | 0.16 | 0.28 |
| Hex | 53 | 3C | 4D | 0 | 1C | 7 | 43 | 13C | 10 | 1C |
| Octal | 123 | 74 | 115 | 0 | 34 | 7 | 103 | 474 | 20 | 34 |
| Binary | 1010011 | 111100 | 1001101 | 0 | 11100 | 111 | 1000011 | 100111100 | 10000 | 11100 |
Color Harmonies of #533C4D
Complementary color
Monochromatic Colors of #533C4D
Black with #533C4D
Text Example
Text Example
White with #533C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533C4D; }
p { color: rgb(83,60,77); }
H1.HeaderClassName
{
color: #533C4D;
}
.AnyTagClassName
{
color: #533C4D;
}
</style>
background-color css
<style>
a { background-color: #533C4D; }
a { background-color: rgb(83,60,77); }
div.DivClassName
{
background-color: #533C4D;
}
.BgClassName
{
background-color: #533C4D;
}
</style>
border-color css
<style>
span { border-color: #533C4D; }
span { border-color: rgb(83,60,77); }
td.TdClassName
{
border-color: #533C4D;
}
.TagClassName
{
border-color: #533C4D;
}
</style>