Shades of Solid Pink #855154
Tints of Solid Pink #855154
RGB
CMYK
RGB Variations
Color information
#855154 (or 0x855154) is known color: Solid Pink. HEX triplet: 85, 51 and 54. RGB value is (133,81,84). Sum of RGB (Red+Green+Blue) = 133+81+84=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #855154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855154 is #7AAEAB. Grayscale: #606060. Windows color (decimal): -8040108 or 5525893. OLE color: 5525893.
HSL color Cylindrical-coordinate representation of color #855154: hue angle of 356.54º 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 #855154 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 81 | 84 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.48 |
| HSL | 356.54º | 0.24% | 0.42% | - |
| HSV(B) | 356.54º | 0.39% | 0.52% | - |
| XYZ | 14.22 | 11.51 | 9.86 | - |
| YUV | 96.89 | 120.73 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 84 | 0 | 0.39 | 0.37 | 0.48 | 356.54 | 0.24 | 0.42 |
| Hex | 85 | 51 | 54 | 0 | 27 | 25 | 30 | 165 | 18 | 2A |
| Octal | 205 | 121 | 124 | 0 | 47 | 45 | 60 | 545 | 30 | 52 |
| Binary | 10000101 | 1010001 | 1010100 | 0 | 100111 | 100101 | 110000 | 101100101 | 11000 | 101010 |
Color Harmonies of #855154
Complementary color
Monochromatic Colors of #855154
Black with #855154
Text Example
Text Example
White with #855154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855154; }
p { color: rgb(133,81,84); }
H1.HeaderClassName
{
color: #855154;
}
.AnyTagClassName
{
color: #855154;
}
</style>
background-color css
<style>
a { background-color: #855154; }
a { background-color: rgb(133,81,84); }
div.DivClassName
{
background-color: #855154;
}
.BgClassName
{
background-color: #855154;
}
</style>
border-color css
<style>
span { border-color: #855154; }
span { border-color: rgb(133,81,84); }
td.TdClassName
{
border-color: #855154;
}
.TagClassName
{
border-color: #855154;
}
</style>