Shades of Purple Taupe #4D3D49
Tints of Purple Taupe #4D3D49
RGB
CMYK
RGB Variations
Color information
#4D3D49 (or 0x4D3D49) is known color: Purple Taupe. HEX triplet: 4D, 3D and 49. RGB value is (77,61,73). Sum of RGB (Red+Green+Blue) = 77+61+73=211 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.49% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3D49 is #B2C2B6. Grayscale: #434343. Windows color (decimal): -11715255 or 4799821. OLE color: 4799821.
HSL color Cylindrical-coordinate representation of color #4D3D49: hue angle of 315º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4D3D49 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 61 | 73 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.70 |
| HSL | 315º | 0.12% | 0.27% | - |
| HSV(B) | 315º | 0.21% | 0.3% | - |
| XYZ | 5.93 | 5.4 | 7.03 | - |
| YUV | 67.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 61 | 73 | 0 | 0.21 | 0.05 | 0.70 | 315 | 0.12 | 0.27 |
| Hex | 4D | 3D | 49 | 0 | 15 | 5 | 46 | 13B | C | 1B |
| Octal | 115 | 75 | 111 | 0 | 25 | 5 | 106 | 473 | 14 | 33 |
| Binary | 1001101 | 111101 | 1001001 | 0 | 10101 | 101 | 1000110 | 100111011 | 1100 | 11011 |
Color Harmonies of #4D3D49
Complementary color
Monochromatic Colors of #4D3D49
Black with #4D3D49
Text Example
Text Example
White with #4D3D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3D49; }
p { color: rgb(77,61,73); }
H1.HeaderClassName
{
color: #4D3D49;
}
.AnyTagClassName
{
color: #4D3D49;
}
</style>
background-color css
<style>
a { background-color: #4D3D49; }
a { background-color: rgb(77,61,73); }
div.DivClassName
{
background-color: #4D3D49;
}
.BgClassName
{
background-color: #4D3D49;
}
</style>
border-color css
<style>
span { border-color: #4D3D49; }
span { border-color: rgb(77,61,73); }
td.TdClassName
{
border-color: #4D3D49;
}
.TagClassName
{
border-color: #4D3D49;
}
</style>