Shades of Purple Taupe #5A3951
Tints of Purple Taupe #5A3951
RGB
CMYK
RGB Variations
Color information
#5A3951 (or 0x5A3951) is known color: Purple Taupe. HEX triplet: 5A, 39 and 51. RGB value is (90,57,81). Sum of RGB (Red+Green+Blue) = 90+57+81=228 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.47% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3951 is #A5C6AE. Grayscale: #454545. Windows color (decimal): -10864303 or 5323098. OLE color: 5323098.
HSL color Cylindrical-coordinate representation of color #5A3951: hue angle of 316.36º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5A3951 is Cyan = 0, Magento = 0.37, Yellow = 0.1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 57 | 81 | - |
| CMYK | 0 | 0.37 | 0.1 | 0.65 |
| HSL | 316.36º | 0.22% | 0.29% | - |
| HSV(B) | 316.36º | 0.37% | 0.35% | - |
| XYZ | 7.16 | 5.69 | 8.51 | - |
| YUV | 69.6 | 134.43 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 57 | 81 | 0 | 0.37 | 0.1 | 0.65 | 316.36 | 0.22 | 0.29 |
| Hex | 5A | 39 | 51 | 0 | 25 | A | 41 | 13C | 16 | 1D |
| Octal | 132 | 71 | 121 | 0 | 45 | 12 | 101 | 474 | 26 | 35 |
| Binary | 1011010 | 111001 | 1010001 | 0 | 100101 | 1010 | 1000001 | 100111100 | 10110 | 11101 |
Color Harmonies of #5A3951
Complementary color
Monochromatic Colors of #5A3951
Black with #5A3951
Text Example
Text Example
White with #5A3951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3951; }
p { color: rgb(90,57,81); }
H1.HeaderClassName
{
color: #5A3951;
}
.AnyTagClassName
{
color: #5A3951;
}
</style>
background-color css
<style>
a { background-color: #5A3951; }
a { background-color: rgb(90,57,81); }
div.DivClassName
{
background-color: #5A3951;
}
.BgClassName
{
background-color: #5A3951;
}
</style>
border-color css
<style>
span { border-color: #5A3951; }
span { border-color: rgb(90,57,81); }
td.TdClassName
{
border-color: #5A3951;
}
.TagClassName
{
border-color: #5A3951;
}
</style>