Shades of Trendy Pink #83597D
Tints of Trendy Pink #83597D
RGB
CMYK
RGB Variations
Color information
#83597D (or 0x83597D) is known color: Trendy Pink. HEX triplet: 83, 59 and 7D. RGB value is (131,89,125). Sum of RGB (Red+Green+Blue) = 131+89+125=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 131 - color contains mainly: red. Hex color #83597D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83597D is #7CA682. Grayscale: #696969. Windows color (decimal): -8169091 or 8214915. OLE color: 8214915.
HSL color Cylindrical-coordinate representation of color #83597D: hue angle of 308.57º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83597D is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 89 | 125 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.49 |
| HSL | 308.57º | 0.19% | 0.43% | - |
| HSV(B) | 308.57º | 0.32% | 0.51% | - |
| XYZ | 16.63 | 13.45 | 21.12 | - |
| YUV | 105.66 | 138.91 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 89 | 125 | 0 | 0.32 | 0.05 | 0.49 | 308.57 | 0.19 | 0.43 |
| Hex | 83 | 59 | 7D | 0 | 20 | 5 | 31 | 135 | 13 | 2B |
| Octal | 203 | 131 | 175 | 0 | 40 | 5 | 61 | 465 | 23 | 53 |
| Binary | 10000011 | 1011001 | 1111101 | 0 | 100000 | 101 | 110001 | 100110101 | 10011 | 101011 |
Color Harmonies of #83597D
Complementary color
Monochromatic Colors of #83597D
Black with #83597D
Text Example
Text Example
White with #83597D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83597D; }
p { color: rgb(131,89,125); }
H1.HeaderClassName
{
color: #83597D;
}
.AnyTagClassName
{
color: #83597D;
}
</style>
background-color css
<style>
a { background-color: #83597D; }
a { background-color: rgb(131,89,125); }
div.DivClassName
{
background-color: #83597D;
}
.BgClassName
{
background-color: #83597D;
}
</style>
border-color css
<style>
span { border-color: #83597D; }
span { border-color: rgb(131,89,125); }
td.TdClassName
{
border-color: #83597D;
}
.TagClassName
{
border-color: #83597D;
}
</style>