Shades of Solid Pink #855557
Tints of Solid Pink #855557
RGB
CMYK
RGB Variations
Color information
#855557 (or 0x855557) is known color: Solid Pink. HEX triplet: 85, 55 and 57. RGB value is (133,85,87). Sum of RGB (Red+Green+Blue) = 133+85+87=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 87 (34.38% from 255 or 28.52% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #855557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855557 is #7AAAA8. Grayscale: #636363. Windows color (decimal): -8039081 or 5723525. OLE color: 5723525.
HSL color Cylindrical-coordinate representation of color #855557: hue angle of 357.5º 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 #855557 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 85 | 87 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.48 |
| HSL | 357.5º | 0.22% | 0.43% | - |
| HSV(B) | 357.5º | 0.36% | 0.52% | - |
| XYZ | 14.64 | 12.17 | 10.59 | - |
| YUV | 99.58 | 120.9 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 85 | 87 | 0 | 0.36 | 0.35 | 0.48 | 357.5 | 0.22 | 0.43 |
| Hex | 85 | 55 | 57 | 0 | 24 | 23 | 30 | 166 | 16 | 2B |
| Octal | 205 | 125 | 127 | 0 | 44 | 43 | 60 | 546 | 26 | 53 |
| Binary | 10000101 | 1010101 | 1010111 | 0 | 100100 | 100011 | 110000 | 101100110 | 10110 | 101011 |
Color Harmonies of #855557
Complementary color
Monochromatic Colors of #855557
Black with #855557
Text Example
Text Example
White with #855557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855557; }
p { color: rgb(133,85,87); }
H1.HeaderClassName
{
color: #855557;
}
.AnyTagClassName
{
color: #855557;
}
</style>
background-color css
<style>
a { background-color: #855557; }
a { background-color: rgb(133,85,87); }
div.DivClassName
{
background-color: #855557;
}
.BgClassName
{
background-color: #855557;
}
</style>
border-color css
<style>
span { border-color: #855557; }
span { border-color: rgb(133,85,87); }
td.TdClassName
{
border-color: #855557;
}
.TagClassName
{
border-color: #855557;
}
</style>