Shades of Solid Pink #855157
Tints of Solid Pink #855157
RGB
CMYK
RGB Variations
Color information
#855157 (or 0x855157) is known color: Solid Pink. HEX triplet: 85, 51 and 57. RGB value is (133,81,87). Sum of RGB (Red+Green+Blue) = 133+81+87=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 87 (34.38% from 255 or 28.90% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #855157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855157 is #7AAEA8. Grayscale: #616161. Windows color (decimal): -8040105 or 5722501. OLE color: 5722501.
HSL color Cylindrical-coordinate representation of color #855157: hue angle of 353.08º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #855157 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 81 | 87 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.48 |
| HSL | 353.08º | 0.24% | 0.42% | - |
| HSV(B) | 353.08º | 0.39% | 0.52% | - |
| XYZ | 14.34 | 11.56 | 10.49 | - |
| YUV | 97.23 | 122.23 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 87 | 0 | 0.39 | 0.35 | 0.48 | 353.08 | 0.24 | 0.42 |
| Hex | 85 | 51 | 57 | 0 | 27 | 23 | 30 | 161 | 18 | 2A |
| Octal | 205 | 121 | 127 | 0 | 47 | 43 | 60 | 541 | 30 | 52 |
| Binary | 10000101 | 1010001 | 1010111 | 0 | 100111 | 100011 | 110000 | 101100001 | 11000 | 101010 |
Color Harmonies of #855157
Complementary color
Monochromatic Colors of #855157
Black with #855157
Text Example
Text Example
White with #855157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855157; }
p { color: rgb(133,81,87); }
H1.HeaderClassName
{
color: #855157;
}
.AnyTagClassName
{
color: #855157;
}
</style>
background-color css
<style>
a { background-color: #855157; }
a { background-color: rgb(133,81,87); }
div.DivClassName
{
background-color: #855157;
}
.BgClassName
{
background-color: #855157;
}
</style>
border-color css
<style>
span { border-color: #855157; }
span { border-color: rgb(133,81,87); }
td.TdClassName
{
border-color: #855157;
}
.TagClassName
{
border-color: #855157;
}
</style>