Shades of Trendy Pink #83637E
Tints of Trendy Pink #83637E
RGB
CMYK
RGB Variations
Color information
#83637E (or 0x83637E) is known color: Trendy Pink. HEX triplet: 83, 63 and 7E. RGB value is (131,99,126). Sum of RGB (Red+Green+Blue) = 131+99+126=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 131 - color contains mainly: red. Hex color #83637E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83637E is #7C9C81. Grayscale: #6F6F6F. Windows color (decimal): -8166530 or 8283011. OLE color: 8283011.
HSL color Cylindrical-coordinate representation of color #83637E: hue angle of 309.38º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #83637E is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 99 | 126 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.49 |
| HSL | 309.38º | 0.14% | 0.45% | - |
| HSV(B) | 309.38º | 0.24% | 0.51% | - |
| XYZ | 17.59 | 15.26 | 21.76 | - |
| YUV | 111.65 | 136.1 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 99 | 126 | 0 | 0.24 | 0.04 | 0.49 | 309.38 | 0.14 | 0.45 |
| Hex | 83 | 63 | 7E | 0 | 18 | 4 | 31 | 135 | E | 2D |
| Octal | 203 | 143 | 176 | 0 | 30 | 4 | 61 | 465 | 16 | 55 |
| Binary | 10000011 | 1100011 | 1111110 | 0 | 11000 | 100 | 110001 | 100110101 | 1110 | 101101 |
Color Harmonies of #83637E
Complementary color
Monochromatic Colors of #83637E
Black with #83637E
Text Example
Text Example
White with #83637E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83637E; }
p { color: rgb(131,99,126); }
H1.HeaderClassName
{
color: #83637E;
}
.AnyTagClassName
{
color: #83637E;
}
</style>
background-color css
<style>
a { background-color: #83637E; }
a { background-color: rgb(131,99,126); }
div.DivClassName
{
background-color: #83637E;
}
.BgClassName
{
background-color: #83637E;
}
</style>
border-color css
<style>
span { border-color: #83637E; }
span { border-color: rgb(131,99,126); }
td.TdClassName
{
border-color: #83637E;
}
.TagClassName
{
border-color: #83637E;
}
</style>