Shades of Solid Pink #82464D
Tints of Solid Pink #82464D
RGB
CMYK
RGB Variations
Color information
#82464D (or 0x82464D) is known color: Solid Pink. HEX triplet: 82, 46 and 4D. RGB value is (130,70,77). Sum of RGB (Red+Green+Blue) = 130+70+77=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 130 - color contains mainly: red. Hex color #82464D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82464D is #7DB9B2. Grayscale: #585858. Windows color (decimal): -8239539 or 5064322. OLE color: 5064322.
HSL color Cylindrical-coordinate representation of color #82464D: hue angle of 353º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82464D is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 70 | 77 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.49 |
| HSL | 353º | 0.3% | 0.39% | - |
| HSV(B) | 353º | 0.46% | 0.51% | - |
| XYZ | 12.74 | 9.66 | 8.21 | - |
| YUV | 88.74 | 121.38 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 70 | 77 | 0 | 0.46 | 0.41 | 0.49 | 353 | 0.3 | 0.39 |
| Hex | 82 | 46 | 4D | 0 | 2E | 29 | 31 | 161 | 1E | 27 |
| Octal | 202 | 106 | 115 | 0 | 56 | 51 | 61 | 541 | 36 | 47 |
| Binary | 10000010 | 1000110 | 1001101 | 0 | 101110 | 101001 | 110001 | 101100001 | 11110 | 100111 |
Color Harmonies of #82464D
Complementary color
Monochromatic Colors of #82464D
Black with #82464D
Text Example
Text Example
White with #82464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82464D; }
p { color: rgb(130,70,77); }
H1.HeaderClassName
{
color: #82464D;
}
.AnyTagClassName
{
color: #82464D;
}
</style>
background-color css
<style>
a { background-color: #82464D; }
a { background-color: rgb(130,70,77); }
div.DivClassName
{
background-color: #82464D;
}
.BgClassName
{
background-color: #82464D;
}
</style>
border-color css
<style>
span { border-color: #82464D; }
span { border-color: rgb(130,70,77); }
td.TdClassName
{
border-color: #82464D;
}
.TagClassName
{
border-color: #82464D;
}
</style>