Shades of Solid Pink #855458
Tints of Solid Pink #855458
RGB
CMYK
RGB Variations
Color information
#855458 (or 0x855458) is known color: Solid Pink. HEX triplet: 85, 54 and 58. RGB value is (133,84,88). Sum of RGB (Red+Green+Blue) = 133+84+88=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 88 (34.77% from 255 or 28.85% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #855458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855458 is #7AABA7. Grayscale: #636363. Windows color (decimal): -8039336 or 5788805. OLE color: 5788805.
HSL color Cylindrical-coordinate representation of color #855458: hue angle of 355.1º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #855458 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 84 | 88 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.48 |
| HSL | 355.1º | 0.23% | 0.43% | - |
| HSV(B) | 355.1º | 0.37% | 0.52% | - |
| XYZ | 14.6 | 12.03 | 10.79 | - |
| YUV | 99.11 | 121.73 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 84 | 88 | 0 | 0.37 | 0.34 | 0.48 | 355.1 | 0.23 | 0.43 |
| Hex | 85 | 54 | 58 | 0 | 25 | 22 | 30 | 163 | 17 | 2B |
| Octal | 205 | 124 | 130 | 0 | 45 | 42 | 60 | 543 | 27 | 53 |
| Binary | 10000101 | 1010100 | 1011000 | 0 | 100101 | 100010 | 110000 | 101100011 | 10111 | 101011 |
Color Harmonies of #855458
Complementary color
Monochromatic Colors of #855458
Black with #855458
Text Example
Text Example
White with #855458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855458; }
p { color: rgb(133,84,88); }
H1.HeaderClassName
{
color: #855458;
}
.AnyTagClassName
{
color: #855458;
}
</style>
background-color css
<style>
a { background-color: #855458; }
a { background-color: rgb(133,84,88); }
div.DivClassName
{
background-color: #855458;
}
.BgClassName
{
background-color: #855458;
}
</style>
border-color css
<style>
span { border-color: #855458; }
span { border-color: rgb(133,84,88); }
td.TdClassName
{
border-color: #855458;
}
.TagClassName
{
border-color: #855458;
}
</style>