Shades of Trendy Pink #814D73
Tints of Trendy Pink #814D73
RGB
CMYK
RGB Variations
Color information
#814D73 (or 0x814D73) is known color: Trendy Pink. HEX triplet: 81, 4D and 73. RGB value is (129,77,115). Sum of RGB (Red+Green+Blue) = 129+77+115=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 129 - color contains mainly: red. Hex color #814D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #814D73 is #7EB28C. Grayscale: #606060. Windows color (decimal): -8303245 or 7556481. OLE color: 7556481.
HSL color Cylindrical-coordinate representation of color #814D73: hue angle of 316.15º 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 #814D73 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 77 | 115 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.49 |
| HSL | 316.15º | 0.25% | 0.4% | - |
| HSV(B) | 316.15º | 0.4% | 0.51% | - |
| XYZ | 14.8 | 11.21 | 17.6 | - |
| YUV | 96.88 | 138.23 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 77 | 115 | 0 | 0.40 | 0.11 | 0.49 | 316.15 | 0.25 | 0.4 |
| Hex | 81 | 4D | 73 | 0 | 28 | B | 31 | 13C | 19 | 28 |
| Octal | 201 | 115 | 163 | 0 | 50 | 13 | 61 | 474 | 31 | 50 |
| Binary | 10000001 | 1001101 | 1110011 | 0 | 101000 | 1011 | 110001 | 100111100 | 11001 | 101000 |
Color Harmonies of #814D73
Complementary color
Monochromatic Colors of #814D73
Black with #814D73
Text Example
Text Example
White with #814D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814D73; }
p { color: rgb(129,77,115); }
H1.HeaderClassName
{
color: #814D73;
}
.AnyTagClassName
{
color: #814D73;
}
</style>
background-color css
<style>
a { background-color: #814D73; }
a { background-color: rgb(129,77,115); }
div.DivClassName
{
background-color: #814D73;
}
.BgClassName
{
background-color: #814D73;
}
</style>
border-color css
<style>
span { border-color: #814D73; }
span { border-color: rgb(129,77,115); }
td.TdClassName
{
border-color: #814D73;
}
.TagClassName
{
border-color: #814D73;
}
</style>