Shades of Solid Pink #82494D
Tints of Solid Pink #82494D
RGB
CMYK
RGB Variations
Color information
#82494D (or 0x82494D) is known color: Solid Pink. HEX triplet: 82, 49 and 4D. RGB value is (130,73,77). Sum of RGB (Red+Green+Blue) = 130+73+77=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #82494D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82494D is #7DB6B2. Grayscale: #5A5A5A. Windows color (decimal): -8238771 or 5065090. OLE color: 5065090.
HSL color Cylindrical-coordinate representation of color #82494D: hue angle of 355.79º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82494D is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 73 | 77 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.49 |
| HSL | 355.79º | 0.28% | 0.4% | - |
| HSV(B) | 355.79º | 0.44% | 0.51% | - |
| XYZ | 12.93 | 10.05 | 8.28 | - |
| YUV | 90.5 | 120.38 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 73 | 77 | 0 | 0.44 | 0.41 | 0.49 | 355.79 | 0.28 | 0.4 |
| Hex | 82 | 49 | 4D | 0 | 2C | 29 | 31 | 164 | 1C | 28 |
| Octal | 202 | 111 | 115 | 0 | 54 | 51 | 61 | 544 | 34 | 50 |
| Binary | 10000010 | 1001001 | 1001101 | 0 | 101100 | 101001 | 110001 | 101100100 | 11100 | 101000 |
Color Harmonies of #82494D
Complementary color
Monochromatic Colors of #82494D
Black with #82494D
Text Example
Text Example
White with #82494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82494D; }
p { color: rgb(130,73,77); }
H1.HeaderClassName
{
color: #82494D;
}
.AnyTagClassName
{
color: #82494D;
}
</style>
background-color css
<style>
a { background-color: #82494D; }
a { background-color: rgb(130,73,77); }
div.DivClassName
{
background-color: #82494D;
}
.BgClassName
{
background-color: #82494D;
}
</style>
border-color css
<style>
span { border-color: #82494D; }
span { border-color: rgb(130,73,77); }
td.TdClassName
{
border-color: #82494D;
}
.TagClassName
{
border-color: #82494D;
}
</style>