Shades of Trendy Pink #835575
Tints of Trendy Pink #835575
RGB
CMYK
RGB Variations
Color information
#835575 (or 0x835575) is known color: Trendy Pink. HEX triplet: 83, 55 and 75. RGB value is (131,85,117). Sum of RGB (Red+Green+Blue) = 131+85+117=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 131 - color contains mainly: red. Hex color #835575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835575 is #7CAA8A. Grayscale: #666666. Windows color (decimal): -8170123 or 7689603. OLE color: 7689603.
HSL color Cylindrical-coordinate representation of color #835575: hue angle of 318.26º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #835575 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 85 | 117 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.49 |
| HSL | 318.26º | 0.21% | 0.42% | - |
| HSV(B) | 318.26º | 0.35% | 0.51% | - |
| XYZ | 15.82 | 12.61 | 18.43 | - |
| YUV | 102.4 | 136.24 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 85 | 117 | 0 | 0.35 | 0.11 | 0.49 | 318.26 | 0.21 | 0.42 |
| Hex | 83 | 55 | 75 | 0 | 23 | B | 31 | 13E | 15 | 2A |
| Octal | 203 | 125 | 165 | 0 | 43 | 13 | 61 | 476 | 25 | 52 |
| Binary | 10000011 | 1010101 | 1110101 | 0 | 100011 | 1011 | 110001 | 100111110 | 10101 | 101010 |
Color Harmonies of #835575
Complementary color
Monochromatic Colors of #835575
Black with #835575
Text Example
Text Example
White with #835575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835575; }
p { color: rgb(131,85,117); }
H1.HeaderClassName
{
color: #835575;
}
.AnyTagClassName
{
color: #835575;
}
</style>
background-color css
<style>
a { background-color: #835575; }
a { background-color: rgb(131,85,117); }
div.DivClassName
{
background-color: #835575;
}
.BgClassName
{
background-color: #835575;
}
</style>
border-color css
<style>
span { border-color: #835575; }
span { border-color: rgb(131,85,117); }
td.TdClassName
{
border-color: #835575;
}
.TagClassName
{
border-color: #835575;
}
</style>