Shades of Trendy Pink #814D7D
Tints of Trendy Pink #814D7D
RGB
CMYK
RGB Variations
Color information
#814D7D (or 0x814D7D) is known color: Trendy Pink. HEX triplet: 81, 4D and 7D. RGB value is (129,77,125). Sum of RGB (Red+Green+Blue) = 129+77+125=331 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.97% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 129 - color contains mainly: red. Hex color #814D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #814D7D is #7EB282. Grayscale: #616161. Windows color (decimal): -8303235 or 8211841. OLE color: 8211841.
HSL color Cylindrical-coordinate representation of color #814D7D: hue angle of 304.62º 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 #814D7D is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 77 | 125 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.49 |
| HSL | 304.62º | 0.25% | 0.4% | - |
| HSV(B) | 304.62º | 0.4% | 0.51% | - |
| XYZ | 15.41 | 11.46 | 20.8 | - |
| YUV | 98.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 77 | 125 | 0 | 0.40 | 0.03 | 0.49 | 304.62 | 0.25 | 0.4 |
| Hex | 81 | 4D | 7D | 0 | 28 | 3 | 31 | 131 | 19 | 28 |
| Octal | 201 | 115 | 175 | 0 | 50 | 3 | 61 | 461 | 31 | 50 |
| Binary | 10000001 | 1001101 | 1111101 | 0 | 101000 | 11 | 110001 | 100110001 | 11001 | 101000 |
Color Harmonies of #814D7D
Complementary color
Monochromatic Colors of #814D7D
Black with #814D7D
Text Example
Text Example
White with #814D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814D7D; }
p { color: rgb(129,77,125); }
H1.HeaderClassName
{
color: #814D7D;
}
.AnyTagClassName
{
color: #814D7D;
}
</style>
background-color css
<style>
a { background-color: #814D7D; }
a { background-color: rgb(129,77,125); }
div.DivClassName
{
background-color: #814D7D;
}
.BgClassName
{
background-color: #814D7D;
}
</style>
border-color css
<style>
span { border-color: #814D7D; }
span { border-color: rgb(129,77,125); }
td.TdClassName
{
border-color: #814D7D;
}
.TagClassName
{
border-color: #814D7D;
}
</style>