Shades of Solid Pink #855559
Tints of Solid Pink #855559
RGB
CMYK
RGB Variations
Color information
#855559 (or 0x855559) is known color: Solid Pink. HEX triplet: 85, 55 and 59. RGB value is (133,85,89). Sum of RGB (Red+Green+Blue) = 133+85+89=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #855559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855559 is #7AAAA6. Grayscale: #636363. Windows color (decimal): -8039079 or 5854597. OLE color: 5854597.
HSL color Cylindrical-coordinate representation of color #855559: hue angle of 355º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #855559 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 85 | 89 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.48 |
| HSL | 355º | 0.22% | 0.43% | - |
| HSV(B) | 355º | 0.36% | 0.52% | - |
| XYZ | 14.72 | 12.2 | 11.03 | - |
| YUV | 99.81 | 121.9 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 85 | 89 | 0 | 0.36 | 0.33 | 0.48 | 355 | 0.22 | 0.43 |
| Hex | 85 | 55 | 59 | 0 | 24 | 21 | 30 | 163 | 16 | 2B |
| Octal | 205 | 125 | 131 | 0 | 44 | 41 | 60 | 543 | 26 | 53 |
| Binary | 10000101 | 1010101 | 1011001 | 0 | 100100 | 100001 | 110000 | 101100011 | 10110 | 101011 |
Color Harmonies of #855559
Complementary color
Monochromatic Colors of #855559
Black with #855559
Text Example
Text Example
White with #855559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855559; }
p { color: rgb(133,85,89); }
H1.HeaderClassName
{
color: #855559;
}
.AnyTagClassName
{
color: #855559;
}
</style>
background-color css
<style>
a { background-color: #855559; }
a { background-color: rgb(133,85,89); }
div.DivClassName
{
background-color: #855559;
}
.BgClassName
{
background-color: #855559;
}
</style>
border-color css
<style>
span { border-color: #855559; }
span { border-color: rgb(133,85,89); }
td.TdClassName
{
border-color: #855559;
}
.TagClassName
{
border-color: #855559;
}
</style>