Shades of Solid Pink #82565A
Tints of Solid Pink #82565A
RGB
CMYK
RGB Variations
Color information
#82565A (or 0x82565A) is known color: Solid Pink. HEX triplet: 82, 56 and 5A. RGB value is (130,86,90). Sum of RGB (Red+Green+Blue) = 130+86+90=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 130 - color contains mainly: red. Hex color #82565A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82565A is #7DA9A5. Grayscale: #636363. Windows color (decimal): -8235430 or 5920386. OLE color: 5920386.
HSL color Cylindrical-coordinate representation of color #82565A: hue angle of 354.55º 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 #82565A is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 86 | 90 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.49 |
| HSL | 354.55º | 0.2% | 0.42% | - |
| HSV(B) | 354.55º | 0.34% | 0.51% | - |
| XYZ | 14.38 | 12.14 | 11.26 | - |
| YUV | 99.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 86 | 90 | 0 | 0.34 | 0.31 | 0.49 | 354.55 | 0.2 | 0.42 |
| Hex | 82 | 56 | 5A | 0 | 22 | 1F | 31 | 163 | 14 | 2A |
| Octal | 202 | 126 | 132 | 0 | 42 | 37 | 61 | 543 | 24 | 52 |
| Binary | 10000010 | 1010110 | 1011010 | 0 | 100010 | 11111 | 110001 | 101100011 | 10100 | 101010 |
Color Harmonies of #82565A
Complementary color
Monochromatic Colors of #82565A
Black with #82565A
Text Example
Text Example
White with #82565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82565A; }
p { color: rgb(130,86,90); }
H1.HeaderClassName
{
color: #82565A;
}
.AnyTagClassName
{
color: #82565A;
}
</style>
background-color css
<style>
a { background-color: #82565A; }
a { background-color: rgb(130,86,90); }
div.DivClassName
{
background-color: #82565A;
}
.BgClassName
{
background-color: #82565A;
}
</style>
border-color css
<style>
span { border-color: #82565A; }
span { border-color: rgb(130,86,90); }
td.TdClassName
{
border-color: #82565A;
}
.TagClassName
{
border-color: #82565A;
}
</style>