Shades of Trendy Pink #825F7E
Tints of Trendy Pink #825F7E
RGB
CMYK
RGB Variations
Color information
#825F7E (or 0x825F7E) is known color: Trendy Pink. HEX triplet: 82, 5F and 7E. RGB value is (130,95,126). Sum of RGB (Red+Green+Blue) = 130+95+126=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 130 - color contains mainly: red. Hex color #825F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825F7E is #7DA081. Grayscale: #6C6C6C. Windows color (decimal): -8233090 or 8281986. OLE color: 8281986.
HSL color Cylindrical-coordinate representation of color #825F7E: hue angle of 306.86º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #825F7E is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 95 | 126 | - |
| CMYK | 0 | 0.27 | 0.03 | 0.49 |
| HSL | 306.86º | 0.16% | 0.44% | - |
| HSV(B) | 306.86º | 0.27% | 0.51% | - |
| XYZ | 17.06 | 14.44 | 21.63 | - |
| YUV | 109 | 137.6 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 95 | 126 | 0 | 0.27 | 0.03 | 0.49 | 306.86 | 0.16 | 0.44 |
| Hex | 82 | 5F | 7E | 0 | 1B | 3 | 31 | 133 | 10 | 2C |
| Octal | 202 | 137 | 176 | 0 | 33 | 3 | 61 | 463 | 20 | 54 |
| Binary | 10000010 | 1011111 | 1111110 | 0 | 11011 | 11 | 110001 | 100110011 | 10000 | 101100 |
Color Harmonies of #825F7E
Complementary color
Monochromatic Colors of #825F7E
Black with #825F7E
Text Example
Text Example
White with #825F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825F7E; }
p { color: rgb(130,95,126); }
H1.HeaderClassName
{
color: #825F7E;
}
.AnyTagClassName
{
color: #825F7E;
}
</style>
background-color css
<style>
a { background-color: #825F7E; }
a { background-color: rgb(130,95,126); }
div.DivClassName
{
background-color: #825F7E;
}
.BgClassName
{
background-color: #825F7E;
}
</style>
border-color css
<style>
span { border-color: #825F7E; }
span { border-color: rgb(130,95,126); }
td.TdClassName
{
border-color: #825F7E;
}
.TagClassName
{
border-color: #825F7E;
}
</style>