Shades of Trendy Pink #835379
Tints of Trendy Pink #835379
RGB
CMYK
RGB Variations
Color information
#835379 (or 0x835379) is known color: Trendy Pink. HEX triplet: 83, 53 and 79. RGB value is (131,83,121). Sum of RGB (Red+Green+Blue) = 131+83+121=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 131 - color contains mainly: red. Hex color #835379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835379 is #7CAC86. Grayscale: #656565. Windows color (decimal): -8170631 or 7951235. OLE color: 7951235.
HSL color Cylindrical-coordinate representation of color #835379: hue angle of 312.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 #835379 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 83 | 121 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.49 |
| HSL | 312.5º | 0.22% | 0.42% | - |
| HSV(B) | 312.5º | 0.37% | 0.51% | - |
| XYZ | 15.9 | 12.39 | 19.64 | - |
| YUV | 101.68 | 138.9 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 83 | 121 | 0 | 0.37 | 0.08 | 0.49 | 312.5 | 0.22 | 0.42 |
| Hex | 83 | 53 | 79 | 0 | 25 | 8 | 31 | 138 | 16 | 2A |
| Octal | 203 | 123 | 171 | 0 | 45 | 10 | 61 | 470 | 26 | 52 |
| Binary | 10000011 | 1010011 | 1111001 | 0 | 100101 | 1000 | 110001 | 100111000 | 10110 | 101010 |
Color Harmonies of #835379
Complementary color
Monochromatic Colors of #835379
Black with #835379
Text Example
Text Example
White with #835379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835379; }
p { color: rgb(131,83,121); }
H1.HeaderClassName
{
color: #835379;
}
.AnyTagClassName
{
color: #835379;
}
</style>
background-color css
<style>
a { background-color: #835379; }
a { background-color: rgb(131,83,121); }
div.DivClassName
{
background-color: #835379;
}
.BgClassName
{
background-color: #835379;
}
</style>
border-color css
<style>
span { border-color: #835379; }
span { border-color: rgb(131,83,121); }
td.TdClassName
{
border-color: #835379;
}
.TagClassName
{
border-color: #835379;
}
</style>