Shades of Purple Taupe #544A51
Tints of Purple Taupe #544A51
RGB
CMYK
RGB Variations
Color information
#544A51 (or 0x544A51) is known color: Purple Taupe. HEX triplet: 54, 4A and 51. RGB value is (84,74,81). Sum of RGB (Red+Green+Blue) = 84+74+81=239 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.15% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 81 (32.03% from 255 or 33.89% from 239); Max value from RGB is 84 - color contains mainly: red. Hex color #544A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544A51 is #ABB5AE. Grayscale: #4D4D4D. Windows color (decimal): -11253167 or 5327444. OLE color: 5327444.
HSL color Cylindrical-coordinate representation of color #544A51: hue angle of 318º 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 #544A51 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 74 | 81 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.67 |
| HSL | 318º | 0.06% | 0.31% | - |
| HSV(B) | 318º | 0.12% | 0.33% | - |
| XYZ | 7.59 | 7.38 | 8.81 | - |
| YUV | 77.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 74 | 81 | 0 | 0.12 | 0.04 | 0.67 | 318 | 0.06 | 0.31 |
| Hex | 54 | 4A | 51 | 0 | C | 4 | 43 | 13E | 6 | 1F |
| Octal | 124 | 112 | 121 | 0 | 14 | 4 | 103 | 476 | 6 | 37 |
| Binary | 1010100 | 1001010 | 1010001 | 0 | 1100 | 100 | 1000011 | 100111110 | 110 | 11111 |
Color Harmonies of #544A51
Complementary color
Monochromatic Colors of #544A51
Black with #544A51
Text Example
Text Example
White with #544A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544A51; }
p { color: rgb(84,74,81); }
H1.HeaderClassName
{
color: #544A51;
}
.AnyTagClassName
{
color: #544A51;
}
</style>
background-color css
<style>
a { background-color: #544A51; }
a { background-color: rgb(84,74,81); }
div.DivClassName
{
background-color: #544A51;
}
.BgClassName
{
background-color: #544A51;
}
</style>
border-color css
<style>
span { border-color: #544A51; }
span { border-color: rgb(84,74,81); }
td.TdClassName
{
border-color: #544A51;
}
.TagClassName
{
border-color: #544A51;
}
</style>