Shades of Trendy Pink #835D7B
Tints of Trendy Pink #835D7B
RGB
CMYK
RGB Variations
Color information
#835D7B (or 0x835D7B) is known color: Trendy Pink. HEX triplet: 83, 5D and 7B. RGB value is (131,93,123). Sum of RGB (Red+Green+Blue) = 131+93+123=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 131 - color contains mainly: red. Hex color #835D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835D7B is #7CA284. Grayscale: #6B6B6B. Windows color (decimal): -8168069 or 8084867. OLE color: 8084867.
HSL color Cylindrical-coordinate representation of color #835D7B: hue angle of 312.63º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #835D7B is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 93 | 123 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.49 |
| HSL | 312.63º | 0.17% | 0.44% | - |
| HSV(B) | 312.63º | 0.29% | 0.51% | - |
| XYZ | 16.85 | 14.08 | 20.57 | - |
| YUV | 107.78 | 136.59 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 93 | 123 | 0 | 0.29 | 0.06 | 0.49 | 312.63 | 0.17 | 0.44 |
| Hex | 83 | 5D | 7B | 0 | 1D | 6 | 31 | 139 | 11 | 2C |
| Octal | 203 | 135 | 173 | 0 | 35 | 6 | 61 | 471 | 21 | 54 |
| Binary | 10000011 | 1011101 | 1111011 | 0 | 11101 | 110 | 110001 | 100111001 | 10001 | 101100 |
Color Harmonies of #835D7B
Complementary color
Monochromatic Colors of #835D7B
Black with #835D7B
Text Example
Text Example
White with #835D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835D7B; }
p { color: rgb(131,93,123); }
H1.HeaderClassName
{
color: #835D7B;
}
.AnyTagClassName
{
color: #835D7B;
}
</style>
background-color css
<style>
a { background-color: #835D7B; }
a { background-color: rgb(131,93,123); }
div.DivClassName
{
background-color: #835D7B;
}
.BgClassName
{
background-color: #835D7B;
}
</style>
border-color css
<style>
span { border-color: #835D7B; }
span { border-color: rgb(131,93,123); }
td.TdClassName
{
border-color: #835D7B;
}
.TagClassName
{
border-color: #835D7B;
}
</style>