Shades of Trendy Pink #814E73
Tints of Trendy Pink #814E73
RGB
CMYK
RGB Variations
Color information
#814E73 (or 0x814E73) is known color: Trendy Pink. HEX triplet: 81, 4E and 73. RGB value is (129,78,115). Sum of RGB (Red+Green+Blue) = 129+78+115=322 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.06% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 129 - color contains mainly: red. Hex color #814E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #814E73 is #7EB18C. Grayscale: #616161. Windows color (decimal): -8302989 or 7556737. OLE color: 7556737.
HSL color Cylindrical-coordinate representation of color #814E73: hue angle of 316.47º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #814E73 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 78 | 115 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.49 |
| HSL | 316.47º | 0.25% | 0.41% | - |
| HSV(B) | 316.47º | 0.4% | 0.51% | - |
| XYZ | 14.87 | 11.35 | 17.63 | - |
| YUV | 97.47 | 137.9 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 78 | 115 | 0 | 0.40 | 0.11 | 0.49 | 316.47 | 0.25 | 0.41 |
| Hex | 81 | 4E | 73 | 0 | 28 | B | 31 | 13C | 19 | 29 |
| Octal | 201 | 116 | 163 | 0 | 50 | 13 | 61 | 474 | 31 | 51 |
| Binary | 10000001 | 1001110 | 1110011 | 0 | 101000 | 1011 | 110001 | 100111100 | 11001 | 101001 |
Color Harmonies of #814E73
Complementary color
Monochromatic Colors of #814E73
Black with #814E73
Text Example
Text Example
White with #814E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814E73; }
p { color: rgb(129,78,115); }
H1.HeaderClassName
{
color: #814E73;
}
.AnyTagClassName
{
color: #814E73;
}
</style>
background-color css
<style>
a { background-color: #814E73; }
a { background-color: rgb(129,78,115); }
div.DivClassName
{
background-color: #814E73;
}
.BgClassName
{
background-color: #814E73;
}
</style>
border-color css
<style>
span { border-color: #814E73; }
span { border-color: rgb(129,78,115); }
td.TdClassName
{
border-color: #814E73;
}
.TagClassName
{
border-color: #814E73;
}
</style>