Shades of Trendy Pink #825378
Tints of Trendy Pink #825378
RGB
CMYK
RGB Variations
Color information
#825378 (or 0x825378) is known color: Trendy Pink. HEX triplet: 82, 53 and 78. RGB value is (130,83,120). Sum of RGB (Red+Green+Blue) = 130+83+120=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 130 - color contains mainly: red. Hex color #825378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825378 is #7DAC87. Grayscale: #656565. Windows color (decimal): -8236168 or 7885698. OLE color: 7885698.
HSL color Cylindrical-coordinate representation of color #825378: hue angle of 312.77º 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 #825378 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 83 | 120 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.49 |
| HSL | 312.77º | 0.22% | 0.42% | - |
| HSV(B) | 312.77º | 0.36% | 0.51% | - |
| XYZ | 15.69 | 12.29 | 19.31 | - |
| YUV | 101.27 | 138.57 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 83 | 120 | 0 | 0.36 | 0.08 | 0.49 | 312.77 | 0.22 | 0.42 |
| Hex | 82 | 53 | 78 | 0 | 24 | 8 | 31 | 139 | 16 | 2A |
| Octal | 202 | 123 | 170 | 0 | 44 | 10 | 61 | 471 | 26 | 52 |
| Binary | 10000010 | 1010011 | 1111000 | 0 | 100100 | 1000 | 110001 | 100111001 | 10110 | 101010 |
Color Harmonies of #825378
Complementary color
Monochromatic Colors of #825378
Black with #825378
Text Example
Text Example
White with #825378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825378; }
p { color: rgb(130,83,120); }
H1.HeaderClassName
{
color: #825378;
}
.AnyTagClassName
{
color: #825378;
}
</style>
background-color css
<style>
a { background-color: #825378; }
a { background-color: rgb(130,83,120); }
div.DivClassName
{
background-color: #825378;
}
.BgClassName
{
background-color: #825378;
}
</style>
border-color css
<style>
span { border-color: #825378; }
span { border-color: rgb(130,83,120); }
td.TdClassName
{
border-color: #825378;
}
.TagClassName
{
border-color: #825378;
}
</style>