Shades of Purple Taupe #544A52
Tints of Purple Taupe #544A52
RGB
CMYK
RGB Variations
Color information
#544A52 (or 0x544A52) is known color: Purple Taupe. HEX triplet: 54, 4A and 52. RGB value is (84,74,82). Sum of RGB (Red+Green+Blue) = 84+74+82=240 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 84 - color contains mainly: red. Hex color #544A52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544A52 is #ABB5AD. Grayscale: #4D4D4D. Windows color (decimal): -11253166 or 5392980. OLE color: 5392980.
HSL color Cylindrical-coordinate representation of color #544A52: hue angle of 312º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #544A52 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 74 | 82 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.67 |
| HSL | 312º | 0.06% | 0.31% | - |
| HSV(B) | 312º | 0.12% | 0.33% | - |
| XYZ | 7.63 | 7.39 | 9.01 | - |
| YUV | 77.9 | 130.31 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 74 | 82 | 0 | 0.12 | 0.02 | 0.67 | 312 | 0.06 | 0.31 |
| Hex | 54 | 4A | 52 | 0 | C | 2 | 43 | 138 | 6 | 1F |
| Octal | 124 | 112 | 122 | 0 | 14 | 2 | 103 | 470 | 6 | 37 |
| Binary | 1010100 | 1001010 | 1010010 | 0 | 1100 | 10 | 1000011 | 100111000 | 110 | 11111 |
Color Harmonies of #544A52
Complementary color
Monochromatic Colors of #544A52
Black with #544A52
Text Example
Text Example
White with #544A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544A52; }
p { color: rgb(84,74,82); }
H1.HeaderClassName
{
color: #544A52;
}
.AnyTagClassName
{
color: #544A52;
}
</style>
background-color css
<style>
a { background-color: #544A52; }
a { background-color: rgb(84,74,82); }
div.DivClassName
{
background-color: #544A52;
}
.BgClassName
{
background-color: #544A52;
}
</style>
border-color css
<style>
span { border-color: #544A52; }
span { border-color: rgb(84,74,82); }
td.TdClassName
{
border-color: #544A52;
}
.TagClassName
{
border-color: #544A52;
}
</style>