Shades of Purple Taupe #51404C
Tints of Purple Taupe #51404C
RGB
CMYK
RGB Variations
Color information
#51404C (or 0x51404C) is known color: Purple Taupe. HEX triplet: 51, 40 and 4C. RGB value is (81,64,76). Sum of RGB (Red+Green+Blue) = 81+64+76=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 81 - color contains mainly: red. Hex color #51404C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51404C is #AEBFB3. Grayscale: #464646. Windows color (decimal): -11452340 or 4997201. OLE color: 4997201.
HSL color Cylindrical-coordinate representation of color #51404C: hue angle of 317.65º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #51404C is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 64 | 76 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.68 |
| HSL | 317.65º | 0.12% | 0.28% | - |
| HSV(B) | 317.65º | 0.21% | 0.32% | - |
| XYZ | 6.53 | 5.94 | 7.64 | - |
| YUV | 70.45 | 131.13 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 64 | 76 | 0 | 0.21 | 0.06 | 0.68 | 317.65 | 0.12 | 0.28 |
| Hex | 51 | 40 | 4C | 0 | 15 | 6 | 44 | 13E | C | 1C |
| Octal | 121 | 100 | 114 | 0 | 25 | 6 | 104 | 476 | 14 | 34 |
| Binary | 1010001 | 1000000 | 1001100 | 0 | 10101 | 110 | 1000100 | 100111110 | 1100 | 11100 |
Color Harmonies of #51404C
Complementary color
Monochromatic Colors of #51404C
Black with #51404C
Text Example
Text Example
White with #51404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51404C; }
p { color: rgb(81,64,76); }
H1.HeaderClassName
{
color: #51404C;
}
.AnyTagClassName
{
color: #51404C;
}
</style>
background-color css
<style>
a { background-color: #51404C; }
a { background-color: rgb(81,64,76); }
div.DivClassName
{
background-color: #51404C;
}
.BgClassName
{
background-color: #51404C;
}
</style>
border-color css
<style>
span { border-color: #51404C; }
span { border-color: rgb(81,64,76); }
td.TdClassName
{
border-color: #51404C;
}
.TagClassName
{
border-color: #51404C;
}
</style>