Shades of Trendy Pink #876383
Tints of Trendy Pink #876383
RGB
CMYK
RGB Variations
Color information
#876383 (or 0x876383) is known color: Trendy Pink. HEX triplet: 87, 63 and 83. RGB value is (135,99,131). Sum of RGB (Red+Green+Blue) = 135+99+131=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 135 - color contains mainly: red. Hex color #876383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876383 is #789C7C. Grayscale: #717171. Windows color (decimal): -7904381 or 8610695. OLE color: 8610695.
HSL color Cylindrical-coordinate representation of color #876383: hue angle of 306.67º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #876383 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 99 | 131 | - |
| CMYK | 0 | 0.27 | 0.03 | 0.47 |
| HSL | 306.67º | 0.15% | 0.46% | - |
| HSV(B) | 306.67º | 0.27% | 0.53% | - |
| XYZ | 18.55 | 15.71 | 23.53 | - |
| YUV | 113.41 | 137.93 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 99 | 131 | 0 | 0.27 | 0.03 | 0.47 | 306.67 | 0.15 | 0.46 |
| Hex | 87 | 63 | 83 | 0 | 1B | 3 | 2F | 133 | F | 2E |
| Octal | 207 | 143 | 203 | 0 | 33 | 3 | 57 | 463 | 17 | 56 |
| Binary | 10000111 | 1100011 | 10000011 | 0 | 11011 | 11 | 101111 | 100110011 | 1111 | 101110 |
Color Harmonies of #876383
Complementary color
Monochromatic Colors of #876383
Black with #876383
Text Example
Text Example
White with #876383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876383; }
p { color: rgb(135,99,131); }
H1.HeaderClassName
{
color: #876383;
}
.AnyTagClassName
{
color: #876383;
}
</style>
background-color css
<style>
a { background-color: #876383; }
a { background-color: rgb(135,99,131); }
div.DivClassName
{
background-color: #876383;
}
.BgClassName
{
background-color: #876383;
}
</style>
border-color css
<style>
span { border-color: #876383; }
span { border-color: rgb(135,99,131); }
td.TdClassName
{
border-color: #876383;
}
.TagClassName
{
border-color: #876383;
}
</style>