Shades of Purple Taupe #544251
Tints of Purple Taupe #544251
RGB
CMYK
RGB Variations
Color information
#544251 (or 0x544251) is known color: Purple Taupe. HEX triplet: 54, 42 and 51. RGB value is (84,66,81). Sum of RGB (Red+Green+Blue) = 84+66+81=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 84 - color contains mainly: red. Hex color #544251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544251 is #ABBDAE. Grayscale: #494949. Windows color (decimal): -11255215 or 5325396. OLE color: 5325396.
HSL color Cylindrical-coordinate representation of color #544251: hue angle of 310º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #544251 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 66 | 81 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.67 |
| HSL | 310º | 0.12% | 0.29% | - |
| HSV(B) | 310º | 0.21% | 0.33% | - |
| XYZ | 7.09 | 6.38 | 8.64 | - |
| YUV | 73.09 | 132.46 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 66 | 81 | 0 | 0.21 | 0.04 | 0.67 | 310 | 0.12 | 0.29 |
| Hex | 54 | 42 | 51 | 0 | 15 | 4 | 43 | 136 | C | 1D |
| Octal | 124 | 102 | 121 | 0 | 25 | 4 | 103 | 466 | 14 | 35 |
| Binary | 1010100 | 1000010 | 1010001 | 0 | 10101 | 100 | 1000011 | 100110110 | 1100 | 11101 |
Color Harmonies of #544251
Complementary color
Monochromatic Colors of #544251
Black with #544251
Text Example
Text Example
White with #544251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544251; }
p { color: rgb(84,66,81); }
H1.HeaderClassName
{
color: #544251;
}
.AnyTagClassName
{
color: #544251;
}
</style>
background-color css
<style>
a { background-color: #544251; }
a { background-color: rgb(84,66,81); }
div.DivClassName
{
background-color: #544251;
}
.BgClassName
{
background-color: #544251;
}
</style>
border-color css
<style>
span { border-color: #544251; }
span { border-color: rgb(84,66,81); }
td.TdClassName
{
border-color: #544251;
}
.TagClassName
{
border-color: #544251;
}
</style>