Shades of Trendy Pink #825374
Tints of Trendy Pink #825374
RGB
CMYK
RGB Variations
Color information
#825374 (or 0x825374) is known color: Trendy Pink. HEX triplet: 82, 53 and 74. RGB value is (130,83,116). Sum of RGB (Red+Green+Blue) = 130+83+116=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 130 - color contains mainly: red. Hex color #825374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825374 is #7DAC8B. Grayscale: #646464. Windows color (decimal): -8236172 or 7623554. OLE color: 7623554.
HSL color Cylindrical-coordinate representation of color #825374: hue angle of 317.87º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #825374 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 83 | 116 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.49 |
| HSL | 317.87º | 0.22% | 0.42% | - |
| HSV(B) | 317.87º | 0.36% | 0.51% | - |
| XYZ | 15.45 | 12.19 | 18.06 | - |
| YUV | 100.82 | 136.57 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 83 | 116 | 0 | 0.36 | 0.11 | 0.49 | 317.87 | 0.22 | 0.42 |
| Hex | 82 | 53 | 74 | 0 | 24 | B | 31 | 13E | 16 | 2A |
| Octal | 202 | 123 | 164 | 0 | 44 | 13 | 61 | 476 | 26 | 52 |
| Binary | 10000010 | 1010011 | 1110100 | 0 | 100100 | 1011 | 110001 | 100111110 | 10110 | 101010 |
Color Harmonies of #825374
Complementary color
Monochromatic Colors of #825374
Black with #825374
Text Example
Text Example
White with #825374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825374; }
p { color: rgb(130,83,116); }
H1.HeaderClassName
{
color: #825374;
}
.AnyTagClassName
{
color: #825374;
}
</style>
background-color css
<style>
a { background-color: #825374; }
a { background-color: rgb(130,83,116); }
div.DivClassName
{
background-color: #825374;
}
.BgClassName
{
background-color: #825374;
}
</style>
border-color css
<style>
span { border-color: #825374; }
span { border-color: rgb(130,83,116); }
td.TdClassName
{
border-color: #825374;
}
.TagClassName
{
border-color: #825374;
}
</style>