Shades of Trendy Pink #824E75
Tints of Trendy Pink #824E75
RGB
CMYK
RGB Variations
Color information
#824E75 (or 0x824E75) is known color: Trendy Pink. HEX triplet: 82, 4E and 75. RGB value is (130,78,117). Sum of RGB (Red+Green+Blue) = 130+78+117=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 130 - color contains mainly: red. Hex color #824E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824E75 is #7DB18A. Grayscale: #616161. Windows color (decimal): -8237451 or 7687810. OLE color: 7687810.
HSL color Cylindrical-coordinate representation of color #824E75: hue angle of 315º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #824E75 is Cyan = 0, Magento = 0.40, Yellow = 0.1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 78 | 117 | - |
| CMYK | 0 | 0.40 | 0.1 | 0.49 |
| HSL | 315º | 0.25% | 0.41% | - |
| HSV(B) | 315º | 0.4% | 0.51% | - |
| XYZ | 15.14 | 11.48 | 18.25 | - |
| YUV | 97.99 | 138.73 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 78 | 117 | 0 | 0.40 | 0.1 | 0.49 | 315 | 0.25 | 0.41 |
| Hex | 82 | 4E | 75 | 0 | 28 | A | 31 | 13B | 19 | 29 |
| Octal | 202 | 116 | 165 | 0 | 50 | 12 | 61 | 473 | 31 | 51 |
| Binary | 10000010 | 1001110 | 1110101 | 0 | 101000 | 1010 | 110001 | 100111011 | 11001 | 101001 |
Color Harmonies of #824E75
Complementary color
Monochromatic Colors of #824E75
Black with #824E75
Text Example
Text Example
White with #824E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824E75; }
p { color: rgb(130,78,117); }
H1.HeaderClassName
{
color: #824E75;
}
.AnyTagClassName
{
color: #824E75;
}
</style>
background-color css
<style>
a { background-color: #824E75; }
a { background-color: rgb(130,78,117); }
div.DivClassName
{
background-color: #824E75;
}
.BgClassName
{
background-color: #824E75;
}
</style>
border-color css
<style>
span { border-color: #824E75; }
span { border-color: rgb(130,78,117); }
td.TdClassName
{
border-color: #824E75;
}
.TagClassName
{
border-color: #824E75;
}
</style>