Shades of Trendy Pink #815A79
Tints of Trendy Pink #815A79
RGB
CMYK
RGB Variations
Color information
#815A79 (or 0x815A79) is known color: Trendy Pink. HEX triplet: 81, 5A and 79. RGB value is (129,90,121). Sum of RGB (Red+Green+Blue) = 129+90+121=340 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.94% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 129 - color contains mainly: red. Hex color #815A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815A79 is #7EA586. Grayscale: #696969. Windows color (decimal): -8299911 or 7953025. OLE color: 7953025.
HSL color Cylindrical-coordinate representation of color #815A79: hue angle of 312.31º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #815A79 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 90 | 121 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.49 |
| HSL | 312.31º | 0.18% | 0.43% | - |
| HSV(B) | 312.31º | 0.3% | 0.51% | - |
| XYZ | 16.16 | 13.36 | 19.82 | - |
| YUV | 105.2 | 136.92 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 90 | 121 | 0 | 0.30 | 0.06 | 0.49 | 312.31 | 0.18 | 0.43 |
| Hex | 81 | 5A | 79 | 0 | 1E | 6 | 31 | 138 | 12 | 2B |
| Octal | 201 | 132 | 171 | 0 | 36 | 6 | 61 | 470 | 22 | 53 |
| Binary | 10000001 | 1011010 | 1111001 | 0 | 11110 | 110 | 110001 | 100111000 | 10010 | 101011 |
Color Harmonies of #815A79
Complementary color
Monochromatic Colors of #815A79
Black with #815A79
Text Example
Text Example
White with #815A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815A79; }
p { color: rgb(129,90,121); }
H1.HeaderClassName
{
color: #815A79;
}
.AnyTagClassName
{
color: #815A79;
}
</style>
background-color css
<style>
a { background-color: #815A79; }
a { background-color: rgb(129,90,121); }
div.DivClassName
{
background-color: #815A79;
}
.BgClassName
{
background-color: #815A79;
}
</style>
border-color css
<style>
span { border-color: #815A79; }
span { border-color: rgb(129,90,121); }
td.TdClassName
{
border-color: #815A79;
}
.TagClassName
{
border-color: #815A79;
}
</style>