Shades of Solid Pink #825558
Tints of Solid Pink #825558
RGB
CMYK
RGB Variations
Color information
#825558 (or 0x825558) is known color: Solid Pink. HEX triplet: 82, 55 and 58. RGB value is (130,85,88). Sum of RGB (Red+Green+Blue) = 130+85+88=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 130 - color contains mainly: red. Hex color #825558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825558 is #7DAAA7. Grayscale: #626262. Windows color (decimal): -8235688 or 5789058. OLE color: 5789058.
HSL color Cylindrical-coordinate representation of color #825558: hue angle of 356º 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 #825558 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 85 | 88 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.49 |
| HSL | 356º | 0.21% | 0.42% | - |
| HSV(B) | 356º | 0.35% | 0.51% | - |
| XYZ | 14.22 | 11.95 | 10.79 | - |
| YUV | 98.8 | 121.91 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 85 | 88 | 0 | 0.35 | 0.32 | 0.49 | 356 | 0.21 | 0.42 |
| Hex | 82 | 55 | 58 | 0 | 23 | 20 | 31 | 164 | 15 | 2A |
| Octal | 202 | 125 | 130 | 0 | 43 | 40 | 61 | 544 | 25 | 52 |
| Binary | 10000010 | 1010101 | 1011000 | 0 | 100011 | 100000 | 110001 | 101100100 | 10101 | 101010 |
Color Harmonies of #825558
Complementary color
Monochromatic Colors of #825558
Black with #825558
Text Example
Text Example
White with #825558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825558; }
p { color: rgb(130,85,88); }
H1.HeaderClassName
{
color: #825558;
}
.AnyTagClassName
{
color: #825558;
}
</style>
background-color css
<style>
a { background-color: #825558; }
a { background-color: rgb(130,85,88); }
div.DivClassName
{
background-color: #825558;
}
.BgClassName
{
background-color: #825558;
}
</style>
border-color css
<style>
span { border-color: #825558; }
span { border-color: rgb(130,85,88); }
td.TdClassName
{
border-color: #825558;
}
.TagClassName
{
border-color: #825558;
}
</style>