Shades of Trendy Pink #814D79
Tints of Trendy Pink #814D79
RGB
CMYK
RGB Variations
Color information
#814D79 (or 0x814D79) is known color: Trendy Pink. HEX triplet: 81, 4D and 79. RGB value is (129,77,121). Sum of RGB (Red+Green+Blue) = 129+77+121=327 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.45% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 129 - color contains mainly: red. Hex color #814D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #814D79 is #7EB286. Grayscale: #616161. Windows color (decimal): -8303239 or 7949697. OLE color: 7949697.
HSL color Cylindrical-coordinate representation of color #814D79: hue angle of 309.23º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #814D79 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 77 | 121 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.49 |
| HSL | 309.23º | 0.25% | 0.4% | - |
| HSV(B) | 309.23º | 0.4% | 0.51% | - |
| XYZ | 15.16 | 11.36 | 19.48 | - |
| YUV | 97.56 | 141.23 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 77 | 121 | 0 | 0.40 | 0.06 | 0.49 | 309.23 | 0.25 | 0.4 |
| Hex | 81 | 4D | 79 | 0 | 28 | 6 | 31 | 135 | 19 | 28 |
| Octal | 201 | 115 | 171 | 0 | 50 | 6 | 61 | 465 | 31 | 50 |
| Binary | 10000001 | 1001101 | 1111001 | 0 | 101000 | 110 | 110001 | 100110101 | 11001 | 101000 |
Color Harmonies of #814D79
Complementary color
Monochromatic Colors of #814D79
Black with #814D79
Text Example
Text Example
White with #814D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814D79; }
p { color: rgb(129,77,121); }
H1.HeaderClassName
{
color: #814D79;
}
.AnyTagClassName
{
color: #814D79;
}
</style>
background-color css
<style>
a { background-color: #814D79; }
a { background-color: rgb(129,77,121); }
div.DivClassName
{
background-color: #814D79;
}
.BgClassName
{
background-color: #814D79;
}
</style>
border-color css
<style>
span { border-color: #814D79; }
span { border-color: rgb(129,77,121); }
td.TdClassName
{
border-color: #814D79;
}
.TagClassName
{
border-color: #814D79;
}
</style>