Shades of Trendy Pink #835175
Tints of Trendy Pink #835175
RGB
CMYK
RGB Variations
Color information
#835175 (or 0x835175) is known color: Trendy Pink. HEX triplet: 83, 51 and 75. RGB value is (131,81,117). Sum of RGB (Red+Green+Blue) = 131+81+117=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 131 - color contains mainly: red. Hex color #835175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835175 is #7CAE8A. Grayscale: #636363. Windows color (decimal): -8171147 or 7688579. OLE color: 7688579.
HSL color Cylindrical-coordinate representation of color #835175: hue angle of 316.8º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #835175 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 81 | 117 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.49 |
| HSL | 316.8º | 0.24% | 0.42% | - |
| HSV(B) | 316.8º | 0.38% | 0.51% | - |
| XYZ | 15.51 | 11.99 | 18.33 | - |
| YUV | 100.05 | 137.57 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 81 | 117 | 0 | 0.38 | 0.11 | 0.49 | 316.8 | 0.24 | 0.42 |
| Hex | 83 | 51 | 75 | 0 | 26 | B | 31 | 13D | 18 | 2A |
| Octal | 203 | 121 | 165 | 0 | 46 | 13 | 61 | 475 | 30 | 52 |
| Binary | 10000011 | 1010001 | 1110101 | 0 | 100110 | 1011 | 110001 | 100111101 | 11000 | 101010 |
Color Harmonies of #835175
Complementary color
Monochromatic Colors of #835175
Black with #835175
Text Example
Text Example
White with #835175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835175; }
p { color: rgb(131,81,117); }
H1.HeaderClassName
{
color: #835175;
}
.AnyTagClassName
{
color: #835175;
}
</style>
background-color css
<style>
a { background-color: #835175; }
a { background-color: rgb(131,81,117); }
div.DivClassName
{
background-color: #835175;
}
.BgClassName
{
background-color: #835175;
}
</style>
border-color css
<style>
span { border-color: #835175; }
span { border-color: rgb(131,81,117); }
td.TdClassName
{
border-color: #835175;
}
.TagClassName
{
border-color: #835175;
}
</style>