Shades of Trendy Pink #825D7D
Tints of Trendy Pink #825D7D
RGB
CMYK
RGB Variations
Color information
#825D7D (or 0x825D7D) is known color: Trendy Pink. HEX triplet: 82, 5D and 7D. RGB value is (130,93,125). Sum of RGB (Red+Green+Blue) = 130+93+125=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 130 - color contains mainly: red. Hex color #825D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825D7D is #7DA282. Grayscale: #6B6B6B. Windows color (decimal): -8233603 or 8215938. OLE color: 8215938.
HSL color Cylindrical-coordinate representation of color #825D7D: hue angle of 308.11º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #825D7D is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 93 | 125 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.49 |
| HSL | 308.11º | 0.17% | 0.44% | - |
| HSV(B) | 308.11º | 0.28% | 0.51% | - |
| XYZ | 16.82 | 14.06 | 21.23 | - |
| YUV | 107.71 | 137.76 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 93 | 125 | 0 | 0.28 | 0.04 | 0.49 | 308.11 | 0.17 | 0.44 |
| Hex | 82 | 5D | 7D | 0 | 1C | 4 | 31 | 134 | 11 | 2C |
| Octal | 202 | 135 | 175 | 0 | 34 | 4 | 61 | 464 | 21 | 54 |
| Binary | 10000010 | 1011101 | 1111101 | 0 | 11100 | 100 | 110001 | 100110100 | 10001 | 101100 |
Color Harmonies of #825D7D
Complementary color
Monochromatic Colors of #825D7D
Black with #825D7D
Text Example
Text Example
White with #825D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825D7D; }
p { color: rgb(130,93,125); }
H1.HeaderClassName
{
color: #825D7D;
}
.AnyTagClassName
{
color: #825D7D;
}
</style>
background-color css
<style>
a { background-color: #825D7D; }
a { background-color: rgb(130,93,125); }
div.DivClassName
{
background-color: #825D7D;
}
.BgClassName
{
background-color: #825D7D;
}
</style>
border-color css
<style>
span { border-color: #825D7D; }
span { border-color: rgb(130,93,125); }
td.TdClassName
{
border-color: #825D7D;
}
.TagClassName
{
border-color: #825D7D;
}
</style>