Shades of Trendy Pink #835475
Tints of Trendy Pink #835475
RGB
CMYK
RGB Variations
Color information
#835475 (or 0x835475) is known color: Trendy Pink. HEX triplet: 83, 54 and 75. RGB value is (131,84,117). Sum of RGB (Red+Green+Blue) = 131+84+117=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 131 - color contains mainly: red. Hex color #835475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835475 is #7CAB8A. Grayscale: #656565. Windows color (decimal): -8170379 or 7689347. OLE color: 7689347.
HSL color Cylindrical-coordinate representation of color #835475: hue angle of 317.87º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #835475 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 84 | 117 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.49 |
| HSL | 317.87º | 0.22% | 0.42% | - |
| HSV(B) | 317.87º | 0.36% | 0.51% | - |
| XYZ | 15.74 | 12.45 | 18.4 | - |
| YUV | 101.82 | 136.57 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 84 | 117 | 0 | 0.36 | 0.11 | 0.49 | 317.87 | 0.22 | 0.42 |
| Hex | 83 | 54 | 75 | 0 | 24 | B | 31 | 13E | 16 | 2A |
| Octal | 203 | 124 | 165 | 0 | 44 | 13 | 61 | 476 | 26 | 52 |
| Binary | 10000011 | 1010100 | 1110101 | 0 | 100100 | 1011 | 110001 | 100111110 | 10110 | 101010 |
Color Harmonies of #835475
Complementary color
Monochromatic Colors of #835475
Black with #835475
Text Example
Text Example
White with #835475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835475; }
p { color: rgb(131,84,117); }
H1.HeaderClassName
{
color: #835475;
}
.AnyTagClassName
{
color: #835475;
}
</style>
background-color css
<style>
a { background-color: #835475; }
a { background-color: rgb(131,84,117); }
div.DivClassName
{
background-color: #835475;
}
.BgClassName
{
background-color: #835475;
}
</style>
border-color css
<style>
span { border-color: #835475; }
span { border-color: rgb(131,84,117); }
td.TdClassName
{
border-color: #835475;
}
.TagClassName
{
border-color: #835475;
}
</style>