Shades of Purple Taupe #53404D
Tints of Purple Taupe #53404D
RGB
CMYK
RGB Variations
Color information
#53404D (or 0x53404D) is known color: Purple Taupe. HEX triplet: 53, 40 and 4D. RGB value is (83,64,77). Sum of RGB (Red+Green+Blue) = 83+64+77=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 83 - color contains mainly: red. Hex color #53404D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53404D is #ACBFB2. Grayscale: #474747. Windows color (decimal): -11321267 or 5062739. OLE color: 5062739.
HSL color Cylindrical-coordinate representation of color #53404D: hue angle of 318.95º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #53404D is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 64 | 77 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.67 |
| HSL | 318.95º | 0.13% | 0.29% | - |
| HSV(B) | 318.95º | 0.23% | 0.33% | - |
| XYZ | 6.74 | 6.04 | 7.83 | - |
| YUV | 71.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 64 | 77 | 0 | 0.23 | 0.07 | 0.67 | 318.95 | 0.13 | 0.29 |
| Hex | 53 | 40 | 4D | 0 | 17 | 7 | 43 | 13F | D | 1D |
| Octal | 123 | 100 | 115 | 0 | 27 | 7 | 103 | 477 | 15 | 35 |
| Binary | 1010011 | 1000000 | 1001101 | 0 | 10111 | 111 | 1000011 | 100111111 | 1101 | 11101 |
Color Harmonies of #53404D
Complementary color
Monochromatic Colors of #53404D
Black with #53404D
Text Example
Text Example
White with #53404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53404D; }
p { color: rgb(83,64,77); }
H1.HeaderClassName
{
color: #53404D;
}
.AnyTagClassName
{
color: #53404D;
}
</style>
background-color css
<style>
a { background-color: #53404D; }
a { background-color: rgb(83,64,77); }
div.DivClassName
{
background-color: #53404D;
}
.BgClassName
{
background-color: #53404D;
}
</style>
border-color css
<style>
span { border-color: #53404D; }
span { border-color: rgb(83,64,77); }
td.TdClassName
{
border-color: #53404D;
}
.TagClassName
{
border-color: #53404D;
}
</style>