Shades of Trendy Pink #835A79
Tints of Trendy Pink #835A79
RGB
CMYK
RGB Variations
Color information
#835A79 (or 0x835A79) is known color: Trendy Pink. HEX triplet: 83, 5A and 79. RGB value is (131,90,121). Sum of RGB (Red+Green+Blue) = 131+90+121=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 131 - color contains mainly: red. Hex color #835A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835A79 is #7CA586. Grayscale: #696969. Windows color (decimal): -8168839 or 7953027. OLE color: 7953027.
HSL color Cylindrical-coordinate representation of color #835A79: hue angle of 314.63º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #835A79 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 90 | 121 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.49 |
| HSL | 314.63º | 0.19% | 0.43% | - |
| HSV(B) | 314.63º | 0.31% | 0.51% | - |
| XYZ | 16.47 | 13.52 | 19.83 | - |
| YUV | 105.79 | 136.58 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 90 | 121 | 0 | 0.31 | 0.08 | 0.49 | 314.63 | 0.19 | 0.43 |
| Hex | 83 | 5A | 79 | 0 | 1F | 8 | 31 | 13B | 13 | 2B |
| Octal | 203 | 132 | 171 | 0 | 37 | 10 | 61 | 473 | 23 | 53 |
| Binary | 10000011 | 1011010 | 1111001 | 0 | 11111 | 1000 | 110001 | 100111011 | 10011 | 101011 |
Color Harmonies of #835A79
Complementary color
Monochromatic Colors of #835A79
Black with #835A79
Text Example
Text Example
White with #835A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835A79; }
p { color: rgb(131,90,121); }
H1.HeaderClassName
{
color: #835A79;
}
.AnyTagClassName
{
color: #835A79;
}
</style>
background-color css
<style>
a { background-color: #835A79; }
a { background-color: rgb(131,90,121); }
div.DivClassName
{
background-color: #835A79;
}
.BgClassName
{
background-color: #835A79;
}
</style>
border-color css
<style>
span { border-color: #835A79; }
span { border-color: rgb(131,90,121); }
td.TdClassName
{
border-color: #835A79;
}
.TagClassName
{
border-color: #835A79;
}
</style>