Shades of Trendy Pink #824876
Tints of Trendy Pink #824876
RGB
CMYK
RGB Variations
Color information
#824876 (or 0x824876) is known color: Trendy Pink. HEX triplet: 82, 48 and 76. RGB value is (130,72,118). Sum of RGB (Red+Green+Blue) = 130+72+118=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 130 - color contains mainly: red. Hex color #824876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824876 is #7DB789. Grayscale: #5E5E5E. Windows color (decimal): -8238986 or 7751810. OLE color: 7751810.
HSL color Cylindrical-coordinate representation of color #824876: hue angle of 312.41º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #824876 is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 72 | 118 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.49 |
| HSL | 312.41º | 0.29% | 0.4% | - |
| HSV(B) | 312.41º | 0.45% | 0.51% | - |
| XYZ | 14.79 | 10.69 | 18.42 | - |
| YUV | 94.59 | 141.22 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 72 | 118 | 0 | 0.45 | 0.09 | 0.49 | 312.41 | 0.29 | 0.4 |
| Hex | 82 | 48 | 76 | 0 | 2D | 9 | 31 | 138 | 1D | 28 |
| Octal | 202 | 110 | 166 | 0 | 55 | 11 | 61 | 470 | 35 | 50 |
| Binary | 10000010 | 1001000 | 1110110 | 0 | 101101 | 1001 | 110001 | 100111000 | 11101 | 101000 |
Color Harmonies of #824876
Complementary color
Monochromatic Colors of #824876
Black with #824876
Text Example
Text Example
White with #824876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824876; }
p { color: rgb(130,72,118); }
H1.HeaderClassName
{
color: #824876;
}
.AnyTagClassName
{
color: #824876;
}
</style>
background-color css
<style>
a { background-color: #824876; }
a { background-color: rgb(130,72,118); }
div.DivClassName
{
background-color: #824876;
}
.BgClassName
{
background-color: #824876;
}
</style>
border-color css
<style>
span { border-color: #824876; }
span { border-color: rgb(130,72,118); }
td.TdClassName
{
border-color: #824876;
}
.TagClassName
{
border-color: #824876;
}
</style>