Shades of Solid Pink #855055
Tints of Solid Pink #855055
RGB
CMYK
RGB Variations
Color information
#855055 (or 0x855055) is known color: Solid Pink. HEX triplet: 85, 50 and 55. RGB value is (133,80,85). Sum of RGB (Red+Green+Blue) = 133+80+85=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #855055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855055 is #7AAFAA. Grayscale: #606060. Windows color (decimal): -8040363 or 5591173. OLE color: 5591173.
HSL color Cylindrical-coordinate representation of color #855055: hue angle of 354.34º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #855055 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 80 | 85 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.48 |
| HSL | 354.34º | 0.25% | 0.42% | - |
| HSV(B) | 354.34º | 0.4% | 0.52% | - |
| XYZ | 14.18 | 11.38 | 10.04 | - |
| YUV | 96.42 | 121.56 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 80 | 85 | 0 | 0.40 | 0.36 | 0.48 | 354.34 | 0.25 | 0.42 |
| Hex | 85 | 50 | 55 | 0 | 28 | 24 | 30 | 162 | 19 | 2A |
| Octal | 205 | 120 | 125 | 0 | 50 | 44 | 60 | 542 | 31 | 52 |
| Binary | 10000101 | 1010000 | 1010101 | 0 | 101000 | 100100 | 110000 | 101100010 | 11001 | 101010 |
Color Harmonies of #855055
Complementary color
Monochromatic Colors of #855055
Black with #855055
Text Example
Text Example
White with #855055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855055; }
p { color: rgb(133,80,85); }
H1.HeaderClassName
{
color: #855055;
}
.AnyTagClassName
{
color: #855055;
}
</style>
background-color css
<style>
a { background-color: #855055; }
a { background-color: rgb(133,80,85); }
div.DivClassName
{
background-color: #855055;
}
.BgClassName
{
background-color: #855055;
}
</style>
border-color css
<style>
span { border-color: #855055; }
span { border-color: rgb(133,80,85); }
td.TdClassName
{
border-color: #855055;
}
.TagClassName
{
border-color: #855055;
}
</style>