Shades of Solid Pink #82555A
Tints of Solid Pink #82555A
RGB
CMYK
RGB Variations
Color information
#82555A (or 0x82555A) is known color: Solid Pink. HEX triplet: 82, 55 and 5A. RGB value is (130,85,90). Sum of RGB (Red+Green+Blue) = 130+85+90=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 130 - color contains mainly: red. Hex color #82555A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82555A is #7DAAA5. Grayscale: #636363. Windows color (decimal): -8235686 or 5920130. OLE color: 5920130.
HSL color Cylindrical-coordinate representation of color #82555A: hue angle of 353.33º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #82555A is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 85 | 90 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.49 |
| HSL | 353.33º | 0.21% | 0.42% | - |
| HSV(B) | 353.33º | 0.35% | 0.51% | - |
| XYZ | 14.3 | 11.98 | 11.23 | - |
| YUV | 99.03 | 122.91 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 85 | 90 | 0 | 0.35 | 0.31 | 0.49 | 353.33 | 0.21 | 0.42 |
| Hex | 82 | 55 | 5A | 0 | 23 | 1F | 31 | 161 | 15 | 2A |
| Octal | 202 | 125 | 132 | 0 | 43 | 37 | 61 | 541 | 25 | 52 |
| Binary | 10000010 | 1010101 | 1011010 | 0 | 100011 | 11111 | 110001 | 101100001 | 10101 | 101010 |
Color Harmonies of #82555A
Complementary color
Monochromatic Colors of #82555A
Black with #82555A
Text Example
Text Example
White with #82555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82555A; }
p { color: rgb(130,85,90); }
H1.HeaderClassName
{
color: #82555A;
}
.AnyTagClassName
{
color: #82555A;
}
</style>
background-color css
<style>
a { background-color: #82555A; }
a { background-color: rgb(130,85,90); }
div.DivClassName
{
background-color: #82555A;
}
.BgClassName
{
background-color: #82555A;
}
</style>
border-color css
<style>
span { border-color: #82555A; }
span { border-color: rgb(130,85,90); }
td.TdClassName
{
border-color: #82555A;
}
.TagClassName
{
border-color: #82555A;
}
</style>