Shades of Trendy Pink #83547A
Tints of Trendy Pink #83547A
RGB
CMYK
RGB Variations
Color information
#83547A (or 0x83547A) is known color: Trendy Pink. HEX triplet: 83, 54 and 7A. RGB value is (131,84,122). Sum of RGB (Red+Green+Blue) = 131+84+122=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 131 - color contains mainly: red. Hex color #83547A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83547A is #7CAB85. Grayscale: #666666. Windows color (decimal): -8170374 or 8017027. OLE color: 8017027.
HSL color Cylindrical-coordinate representation of color #83547A: hue angle of 311.49º 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 #83547A is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 84 | 122 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.49 |
| HSL | 311.49º | 0.22% | 0.42% | - |
| HSV(B) | 311.49º | 0.36% | 0.51% | - |
| XYZ | 16.04 | 12.57 | 19.99 | - |
| YUV | 102.39 | 139.07 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 84 | 122 | 0 | 0.36 | 0.07 | 0.49 | 311.49 | 0.22 | 0.42 |
| Hex | 83 | 54 | 7A | 0 | 24 | 7 | 31 | 137 | 16 | 2A |
| Octal | 203 | 124 | 172 | 0 | 44 | 7 | 61 | 467 | 26 | 52 |
| Binary | 10000011 | 1010100 | 1111010 | 0 | 100100 | 111 | 110001 | 100110111 | 10110 | 101010 |
Color Harmonies of #83547A
Complementary color
Monochromatic Colors of #83547A
Black with #83547A
Text Example
Text Example
White with #83547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83547A; }
p { color: rgb(131,84,122); }
H1.HeaderClassName
{
color: #83547A;
}
.AnyTagClassName
{
color: #83547A;
}
</style>
background-color css
<style>
a { background-color: #83547A; }
a { background-color: rgb(131,84,122); }
div.DivClassName
{
background-color: #83547A;
}
.BgClassName
{
background-color: #83547A;
}
</style>
border-color css
<style>
span { border-color: #83547A; }
span { border-color: rgb(131,84,122); }
td.TdClassName
{
border-color: #83547A;
}
.TagClassName
{
border-color: #83547A;
}
</style>