Shades of Trendy Pink #825278
Tints of Trendy Pink #825278
RGB
CMYK
RGB Variations
Color information
#825278 (or 0x825278) is known color: Trendy Pink. HEX triplet: 82, 52 and 78. RGB value is (130,82,120). Sum of RGB (Red+Green+Blue) = 130+82+120=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 130 - color contains mainly: red. Hex color #825278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825278 is #7DAD87. Grayscale: #646464. Windows color (decimal): -8236424 or 7885442. OLE color: 7885442.
HSL color Cylindrical-coordinate representation of color #825278: hue angle of 312.5º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #825278 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 82 | 120 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.49 |
| HSL | 312.5º | 0.23% | 0.42% | - |
| HSV(B) | 312.5º | 0.37% | 0.51% | - |
| XYZ | 15.61 | 12.14 | 19.29 | - |
| YUV | 100.68 | 138.9 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 82 | 120 | 0 | 0.37 | 0.08 | 0.49 | 312.5 | 0.23 | 0.42 |
| Hex | 82 | 52 | 78 | 0 | 25 | 8 | 31 | 138 | 17 | 2A |
| Octal | 202 | 122 | 170 | 0 | 45 | 10 | 61 | 470 | 27 | 52 |
| Binary | 10000010 | 1010010 | 1111000 | 0 | 100101 | 1000 | 110001 | 100111000 | 10111 | 101010 |
Color Harmonies of #825278
Complementary color
Monochromatic Colors of #825278
Black with #825278
Text Example
Text Example
White with #825278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825278; }
p { color: rgb(130,82,120); }
H1.HeaderClassName
{
color: #825278;
}
.AnyTagClassName
{
color: #825278;
}
</style>
background-color css
<style>
a { background-color: #825278; }
a { background-color: rgb(130,82,120); }
div.DivClassName
{
background-color: #825278;
}
.BgClassName
{
background-color: #825278;
}
</style>
border-color css
<style>
span { border-color: #825278; }
span { border-color: rgb(130,82,120); }
td.TdClassName
{
border-color: #825278;
}
.TagClassName
{
border-color: #825278;
}
</style>