Shades of Solid Pink #855051
Tints of Solid Pink #855051
RGB
CMYK
RGB Variations
Color information
#855051 (or 0x855051) is known color: Solid Pink. HEX triplet: 85, 50 and 51. RGB value is (133,80,81). Sum of RGB (Red+Green+Blue) = 133+80+81=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #855051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855051 is #7AAFAE. Grayscale: #606060. Windows color (decimal): -8040367 or 5329029. OLE color: 5329029.
HSL color Cylindrical-coordinate representation of color #855051: hue angle of 358.87º 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 #855051 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 80 | 81 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.48 |
| HSL | 358.87º | 0.25% | 0.42% | - |
| HSV(B) | 358.87º | 0.4% | 0.52% | - |
| XYZ | 14.03 | 11.32 | 9.23 | - |
| YUV | 95.96 | 119.56 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 80 | 81 | 0 | 0.40 | 0.39 | 0.48 | 358.87 | 0.25 | 0.42 |
| Hex | 85 | 50 | 51 | 0 | 28 | 27 | 30 | 167 | 19 | 2A |
| Octal | 205 | 120 | 121 | 0 | 50 | 47 | 60 | 547 | 31 | 52 |
| Binary | 10000101 | 1010000 | 1010001 | 0 | 101000 | 100111 | 110000 | 101100111 | 11001 | 101010 |
Color Harmonies of #855051
Complementary color
Monochromatic Colors of #855051
Black with #855051
Text Example
Text Example
White with #855051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855051; }
p { color: rgb(133,80,81); }
H1.HeaderClassName
{
color: #855051;
}
.AnyTagClassName
{
color: #855051;
}
</style>
background-color css
<style>
a { background-color: #855051; }
a { background-color: rgb(133,80,81); }
div.DivClassName
{
background-color: #855051;
}
.BgClassName
{
background-color: #855051;
}
</style>
border-color css
<style>
span { border-color: #855051; }
span { border-color: rgb(133,80,81); }
td.TdClassName
{
border-color: #855051;
}
.TagClassName
{
border-color: #855051;
}
</style>