Shades of Trendy Pink #835375
Tints of Trendy Pink #835375
RGB
CMYK
RGB Variations
Color information
#835375 (or 0x835375) is known color: Trendy Pink. HEX triplet: 83, 53 and 75. RGB value is (131,83,117). Sum of RGB (Red+Green+Blue) = 131+83+117=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 131 - color contains mainly: red. Hex color #835375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835375 is #7CAC8A. Grayscale: #656565. Windows color (decimal): -8170635 or 7689091. OLE color: 7689091.
HSL color Cylindrical-coordinate representation of color #835375: hue angle of 317.5º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #835375 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 83 | 117 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.49 |
| HSL | 317.5º | 0.22% | 0.42% | - |
| HSV(B) | 317.5º | 0.37% | 0.51% | - |
| XYZ | 15.66 | 12.3 | 18.38 | - |
| YUV | 101.23 | 136.9 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 83 | 117 | 0 | 0.37 | 0.11 | 0.49 | 317.5 | 0.22 | 0.42 |
| Hex | 83 | 53 | 75 | 0 | 25 | B | 31 | 13E | 16 | 2A |
| Octal | 203 | 123 | 165 | 0 | 45 | 13 | 61 | 476 | 26 | 52 |
| Binary | 10000011 | 1010011 | 1110101 | 0 | 100101 | 1011 | 110001 | 100111110 | 10110 | 101010 |
Color Harmonies of #835375
Complementary color
Monochromatic Colors of #835375
Black with #835375
Text Example
Text Example
White with #835375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835375; }
p { color: rgb(131,83,117); }
H1.HeaderClassName
{
color: #835375;
}
.AnyTagClassName
{
color: #835375;
}
</style>
background-color css
<style>
a { background-color: #835375; }
a { background-color: rgb(131,83,117); }
div.DivClassName
{
background-color: #835375;
}
.BgClassName
{
background-color: #835375;
}
</style>
border-color css
<style>
span { border-color: #835375; }
span { border-color: rgb(131,83,117); }
td.TdClassName
{
border-color: #835375;
}
.TagClassName
{
border-color: #835375;
}
</style>