Shades of Solid Pink #82565B
Tints of Solid Pink #82565B
RGB
CMYK
RGB Variations
Color information
#82565B (or 0x82565B) is known color: Solid Pink. HEX triplet: 82, 56 and 5B. RGB value is (130,86,91). Sum of RGB (Red+Green+Blue) = 130+86+91=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #82565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82565B is #7DA9A4. Grayscale: #636363. Windows color (decimal): -8235429 or 5985922. OLE color: 5985922.
HSL color Cylindrical-coordinate representation of color #82565B: hue angle of 353.18º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #82565B is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 86 | 91 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.49 |
| HSL | 353.18º | 0.2% | 0.42% | - |
| HSV(B) | 353.18º | 0.34% | 0.51% | - |
| XYZ | 14.42 | 12.16 | 11.48 | - |
| YUV | 99.73 | 123.08 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 86 | 91 | 0 | 0.34 | 0.30 | 0.49 | 353.18 | 0.2 | 0.42 |
| Hex | 82 | 56 | 5B | 0 | 22 | 1E | 31 | 161 | 14 | 2A |
| Octal | 202 | 126 | 133 | 0 | 42 | 36 | 61 | 541 | 24 | 52 |
| Binary | 10000010 | 1010110 | 1011011 | 0 | 100010 | 11110 | 110001 | 101100001 | 10100 | 101010 |
Color Harmonies of #82565B
Complementary color
Monochromatic Colors of #82565B
Black with #82565B
Text Example
Text Example
White with #82565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82565B; }
p { color: rgb(130,86,91); }
H1.HeaderClassName
{
color: #82565B;
}
.AnyTagClassName
{
color: #82565B;
}
</style>
background-color css
<style>
a { background-color: #82565B; }
a { background-color: rgb(130,86,91); }
div.DivClassName
{
background-color: #82565B;
}
.BgClassName
{
background-color: #82565B;
}
</style>
border-color css
<style>
span { border-color: #82565B; }
span { border-color: rgb(130,86,91); }
td.TdClassName
{
border-color: #82565B;
}
.TagClassName
{
border-color: #82565B;
}
</style>