Shades of Trendy Pink #82637F
Tints of Trendy Pink #82637F
RGB
CMYK
RGB Variations
Color information
#82637F (or 0x82637F) is known color: Trendy Pink. HEX triplet: 82, 63 and 7F. RGB value is (130,99,127). Sum of RGB (Red+Green+Blue) = 130+99+127=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 130 - color contains mainly: red. Hex color #82637F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82637F is #7D9C80. Grayscale: #6F6F6F. Windows color (decimal): -8232065 or 8348546. OLE color: 8348546.
HSL color Cylindrical-coordinate representation of color #82637F: hue angle of 305.81º 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 #82637F is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 99 | 127 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.49 |
| HSL | 305.81º | 0.14% | 0.45% | - |
| HSV(B) | 305.81º | 0.24% | 0.51% | - |
| XYZ | 17.5 | 15.2 | 22.09 | - |
| YUV | 111.46 | 136.77 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 99 | 127 | 0 | 0.24 | 0.02 | 0.49 | 305.81 | 0.14 | 0.45 |
| Hex | 82 | 63 | 7F | 0 | 18 | 2 | 31 | 132 | E | 2D |
| Octal | 202 | 143 | 177 | 0 | 30 | 2 | 61 | 462 | 16 | 55 |
| Binary | 10000010 | 1100011 | 1111111 | 0 | 11000 | 10 | 110001 | 100110010 | 1110 | 101101 |
Color Harmonies of #82637F
Complementary color
Monochromatic Colors of #82637F
Black with #82637F
Text Example
Text Example
White with #82637F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82637F; }
p { color: rgb(130,99,127); }
H1.HeaderClassName
{
color: #82637F;
}
.AnyTagClassName
{
color: #82637F;
}
</style>
background-color css
<style>
a { background-color: #82637F; }
a { background-color: rgb(130,99,127); }
div.DivClassName
{
background-color: #82637F;
}
.BgClassName
{
background-color: #82637F;
}
</style>
border-color css
<style>
span { border-color: #82637F; }
span { border-color: rgb(130,99,127); }
td.TdClassName
{
border-color: #82637F;
}
.TagClassName
{
border-color: #82637F;
}
</style>