Shades of Purple Taupe #553C4C
Tints of Purple Taupe #553C4C
RGB
CMYK
RGB Variations
Color information
#553C4C (or 0x553C4C) is known color: Purple Taupe. HEX triplet: 55, 3C and 4C. RGB value is (85,60,76). Sum of RGB (Red+Green+Blue) = 85+60+76=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 85 - color contains mainly: red. Hex color #553C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553C4C is #AAC3B3. Grayscale: #454545. Windows color (decimal): -11191220 or 4996181. OLE color: 4996181.
HSL color Cylindrical-coordinate representation of color #553C4C: hue angle of 321.6º 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 #553C4C is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 60 | 76 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.67 |
| HSL | 321.6º | 0.17% | 0.28% | - |
| HSV(B) | 321.6º | 0.29% | 0.33% | - |
| XYZ | 6.67 | 5.68 | 7.58 | - |
| YUV | 69.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 60 | 76 | 0 | 0.29 | 0.11 | 0.67 | 321.6 | 0.17 | 0.28 |
| Hex | 55 | 3C | 4C | 0 | 1D | B | 43 | 142 | 11 | 1C |
| Octal | 125 | 74 | 114 | 0 | 35 | 13 | 103 | 502 | 21 | 34 |
| Binary | 1010101 | 111100 | 1001100 | 0 | 11101 | 1011 | 1000011 | 101000010 | 10001 | 11100 |
Color Harmonies of #553C4C
Complementary color
Monochromatic Colors of #553C4C
Black with #553C4C
Text Example
Text Example
White with #553C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553C4C; }
p { color: rgb(85,60,76); }
H1.HeaderClassName
{
color: #553C4C;
}
.AnyTagClassName
{
color: #553C4C;
}
</style>
background-color css
<style>
a { background-color: #553C4C; }
a { background-color: rgb(85,60,76); }
div.DivClassName
{
background-color: #553C4C;
}
.BgClassName
{
background-color: #553C4C;
}
</style>
border-color css
<style>
span { border-color: #553C4C; }
span { border-color: rgb(85,60,76); }
td.TdClassName
{
border-color: #553C4C;
}
.TagClassName
{
border-color: #553C4C;
}
</style>