Shades of Purple Taupe #51444D
Tints of Purple Taupe #51444D
RGB
CMYK
RGB Variations
Color information
#51444D (or 0x51444D) is known color: Purple Taupe. HEX triplet: 51, 44 and 4D. RGB value is (81,68,77). Sum of RGB (Red+Green+Blue) = 81+68+77=226 (29% of max value = 765). Red value is 81 (32.03% from 255 or 35.84% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 81 - color contains mainly: red. Hex color #51444D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51444D is #AEBBB2. Grayscale: #484848. Windows color (decimal): -11451315 or 5063761. OLE color: 5063761.
HSL color Cylindrical-coordinate representation of color #51444D: hue angle of 318.46º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #51444D is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 68 | 77 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.68 |
| HSL | 318.46º | 0.09% | 0.29% | - |
| HSV(B) | 318.46º | 0.16% | 0.32% | - |
| XYZ | 6.8 | 6.42 | 7.9 | - |
| YUV | 72.91 | 130.31 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 68 | 77 | 0 | 0.16 | 0.05 | 0.68 | 318.46 | 0.09 | 0.29 |
| Hex | 51 | 44 | 4D | 0 | 10 | 5 | 44 | 13E | 9 | 1D |
| Octal | 121 | 104 | 115 | 0 | 20 | 5 | 104 | 476 | 11 | 35 |
| Binary | 1010001 | 1000100 | 1001101 | 0 | 10000 | 101 | 1000100 | 100111110 | 1001 | 11101 |
Color Harmonies of #51444D
Complementary color
Monochromatic Colors of #51444D
Black with #51444D
Text Example
Text Example
White with #51444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51444D; }
p { color: rgb(81,68,77); }
H1.HeaderClassName
{
color: #51444D;
}
.AnyTagClassName
{
color: #51444D;
}
</style>
background-color css
<style>
a { background-color: #51444D; }
a { background-color: rgb(81,68,77); }
div.DivClassName
{
background-color: #51444D;
}
.BgClassName
{
background-color: #51444D;
}
</style>
border-color css
<style>
span { border-color: #51444D; }
span { border-color: rgb(81,68,77); }
td.TdClassName
{
border-color: #51444D;
}
.TagClassName
{
border-color: #51444D;
}
</style>