Shades of Solid Pink #855156
Tints of Solid Pink #855156
RGB
CMYK
RGB Variations
Color information
#855156 (or 0x855156) is known color: Solid Pink. HEX triplet: 85, 51 and 56. RGB value is (133,81,86). Sum of RGB (Red+Green+Blue) = 133+81+86=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #855156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855156 is #7AAEA9. Grayscale: #616161. Windows color (decimal): -8040106 or 5656965. OLE color: 5656965.
HSL color Cylindrical-coordinate representation of color #855156: hue angle of 354.23º 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 #855156 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 81 | 86 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.48 |
| HSL | 354.23º | 0.24% | 0.42% | - |
| HSV(B) | 354.23º | 0.39% | 0.52% | - |
| XYZ | 14.3 | 11.54 | 10.28 | - |
| YUV | 97.12 | 121.73 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 86 | 0 | 0.39 | 0.35 | 0.48 | 354.23 | 0.24 | 0.42 |
| Hex | 85 | 51 | 56 | 0 | 27 | 23 | 30 | 162 | 18 | 2A |
| Octal | 205 | 121 | 126 | 0 | 47 | 43 | 60 | 542 | 30 | 52 |
| Binary | 10000101 | 1010001 | 1010110 | 0 | 100111 | 100011 | 110000 | 101100010 | 11000 | 101010 |
Color Harmonies of #855156
Complementary color
Monochromatic Colors of #855156
Black with #855156
Text Example
Text Example
White with #855156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855156; }
p { color: rgb(133,81,86); }
H1.HeaderClassName
{
color: #855156;
}
.AnyTagClassName
{
color: #855156;
}
</style>
background-color css
<style>
a { background-color: #855156; }
a { background-color: rgb(133,81,86); }
div.DivClassName
{
background-color: #855156;
}
.BgClassName
{
background-color: #855156;
}
</style>
border-color css
<style>
span { border-color: #855156; }
span { border-color: rgb(133,81,86); }
td.TdClassName
{
border-color: #855156;
}
.TagClassName
{
border-color: #855156;
}
</style>