Shades of Purple Taupe #534851
Tints of Purple Taupe #534851
RGB
CMYK
RGB Variations
Color information
#534851 (or 0x534851) is known color: Purple Taupe. HEX triplet: 53, 48 and 51. RGB value is (83,72,81). Sum of RGB (Red+Green+Blue) = 83+72+81=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 81 (32.03% from 255 or 34.32% from 236); Max value from RGB is 83 - color contains mainly: red. Hex color #534851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534851 is #ACB7AE. Grayscale: #4C4C4C. Windows color (decimal): -11319215 or 5326931. OLE color: 5326931.
HSL color Cylindrical-coordinate representation of color #534851: hue angle of 310.91º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #534851 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 72 | 81 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.67 |
| HSL | 310.91º | 0.07% | 0.3% | - |
| HSV(B) | 310.91º | 0.13% | 0.33% | - |
| XYZ | 7.37 | 7.07 | 8.76 | - |
| YUV | 76.32 | 130.64 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 72 | 81 | 0 | 0.13 | 0.02 | 0.67 | 310.91 | 0.07 | 0.3 |
| Hex | 53 | 48 | 51 | 0 | D | 2 | 43 | 137 | 7 | 1E |
| Octal | 123 | 110 | 121 | 0 | 15 | 2 | 103 | 467 | 7 | 36 |
| Binary | 1010011 | 1001000 | 1010001 | 0 | 1101 | 10 | 1000011 | 100110111 | 111 | 11110 |
Color Harmonies of #534851
Complementary color
Monochromatic Colors of #534851
Black with #534851
Text Example
Text Example
White with #534851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534851; }
p { color: rgb(83,72,81); }
H1.HeaderClassName
{
color: #534851;
}
.AnyTagClassName
{
color: #534851;
}
</style>
background-color css
<style>
a { background-color: #534851; }
a { background-color: rgb(83,72,81); }
div.DivClassName
{
background-color: #534851;
}
.BgClassName
{
background-color: #534851;
}
</style>
border-color css
<style>
span { border-color: #534851; }
span { border-color: rgb(83,72,81); }
td.TdClassName
{
border-color: #534851;
}
.TagClassName
{
border-color: #534851;
}
</style>