Shades of Trendy Pink #834375
Tints of Trendy Pink #834375
RGB
CMYK
RGB Variations
Color information
#834375 (or 0x834375) is known color: Trendy Pink. HEX triplet: 83, 43 and 75. RGB value is (131,67,117). Sum of RGB (Red+Green+Blue) = 131+67+117=315 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.59% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 131 - color contains mainly: red. Hex color #834375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834375 is #7CBC8A. Grayscale: #5B5B5B. Windows color (decimal): -8174731 or 7684995. OLE color: 7684995.
HSL color Cylindrical-coordinate representation of color #834375: hue angle of 313.12º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #834375 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 67 | 117 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.49 |
| HSL | 313.13º | 0.32% | 0.39% | - |
| HSV(B) | 313.13º | 0.49% | 0.51% | - |
| XYZ | 14.58 | 10.12 | 18.02 | - |
| YUV | 91.84 | 142.2 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 67 | 117 | 0 | 0.49 | 0.11 | 0.49 | 313.13 | 0.32 | 0.39 |
| Hex | 83 | 43 | 75 | 0 | 31 | B | 31 | 139 | 20 | 27 |
| Octal | 203 | 103 | 165 | 0 | 61 | 13 | 61 | 471 | 40 | 47 |
| Binary | 10000011 | 1000011 | 1110101 | 0 | 110001 | 1011 | 110001 | 100111001 | 100000 | 100111 |
Color Harmonies of #834375
Complementary color
Monochromatic Colors of #834375
Black with #834375
Text Example
Text Example
White with #834375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834375; }
p { color: rgb(131,67,117); }
H1.HeaderClassName
{
color: #834375;
}
.AnyTagClassName
{
color: #834375;
}
</style>
background-color css
<style>
a { background-color: #834375; }
a { background-color: rgb(131,67,117); }
div.DivClassName
{
background-color: #834375;
}
.BgClassName
{
background-color: #834375;
}
</style>
border-color css
<style>
span { border-color: #834375; }
span { border-color: rgb(131,67,117); }
td.TdClassName
{
border-color: #834375;
}
.TagClassName
{
border-color: #834375;
}
</style>