Shades of Trendy Pink #814E74
Tints of Trendy Pink #814E74
RGB
CMYK
RGB Variations
Color information
#814E74 (or 0x814E74) is known color: Trendy Pink. HEX triplet: 81, 4E and 74. RGB value is (129,78,116). Sum of RGB (Red+Green+Blue) = 129+78+116=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 129 - color contains mainly: red. Hex color #814E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #814E74 is #7EB18B. Grayscale: #616161. Windows color (decimal): -8302988 or 7622273. OLE color: 7622273.
HSL color Cylindrical-coordinate representation of color #814E74: hue angle of 315.29º 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 #814E74 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 78 | 116 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.49 |
| HSL | 315.29º | 0.25% | 0.41% | - |
| HSV(B) | 315.29º | 0.4% | 0.51% | - |
| XYZ | 14.93 | 11.38 | 17.93 | - |
| YUV | 97.58 | 138.4 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 78 | 116 | 0 | 0.40 | 0.10 | 0.49 | 315.29 | 0.25 | 0.41 |
| Hex | 81 | 4E | 74 | 0 | 28 | A | 31 | 13B | 19 | 29 |
| Octal | 201 | 116 | 164 | 0 | 50 | 12 | 61 | 473 | 31 | 51 |
| Binary | 10000001 | 1001110 | 1110100 | 0 | 101000 | 1010 | 110001 | 100111011 | 11001 | 101001 |
Color Harmonies of #814E74
Complementary color
Monochromatic Colors of #814E74
Black with #814E74
Text Example
Text Example
White with #814E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814E74; }
p { color: rgb(129,78,116); }
H1.HeaderClassName
{
color: #814E74;
}
.AnyTagClassName
{
color: #814E74;
}
</style>
background-color css
<style>
a { background-color: #814E74; }
a { background-color: rgb(129,78,116); }
div.DivClassName
{
background-color: #814E74;
}
.BgClassName
{
background-color: #814E74;
}
</style>
border-color css
<style>
span { border-color: #814E74; }
span { border-color: rgb(129,78,116); }
td.TdClassName
{
border-color: #814E74;
}
.TagClassName
{
border-color: #814E74;
}
</style>