Shades of Solid Pink #855758
Tints of Solid Pink #855758
RGB
CMYK
RGB Variations
Color information
#855758 (or 0x855758) is known color: Solid Pink. HEX triplet: 85, 57 and 58. RGB value is (133,87,88). Sum of RGB (Red+Green+Blue) = 133+87+88=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #855758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855758 is #7AA8A7. Grayscale: #646464. Windows color (decimal): -8038568 or 5789573. OLE color: 5789573.
HSL color Cylindrical-coordinate representation of color #855758: hue angle of 358.7º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #855758 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 87 | 88 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.48 |
| HSL | 358.7º | 0.21% | 0.43% | - |
| HSV(B) | 358.7º | 0.35% | 0.52% | - |
| XYZ | 14.84 | 12.51 | 10.86 | - |
| YUV | 100.87 | 120.74 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 87 | 88 | 0 | 0.35 | 0.34 | 0.48 | 358.7 | 0.21 | 0.43 |
| Hex | 85 | 57 | 58 | 0 | 23 | 22 | 30 | 167 | 15 | 2B |
| Octal | 205 | 127 | 130 | 0 | 43 | 42 | 60 | 547 | 25 | 53 |
| Binary | 10000101 | 1010111 | 1011000 | 0 | 100011 | 100010 | 110000 | 101100111 | 10101 | 101011 |
Color Harmonies of #855758
Complementary color
Monochromatic Colors of #855758
Black with #855758
Text Example
Text Example
White with #855758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855758; }
p { color: rgb(133,87,88); }
H1.HeaderClassName
{
color: #855758;
}
.AnyTagClassName
{
color: #855758;
}
</style>
background-color css
<style>
a { background-color: #855758; }
a { background-color: rgb(133,87,88); }
div.DivClassName
{
background-color: #855758;
}
.BgClassName
{
background-color: #855758;
}
</style>
border-color css
<style>
span { border-color: #855758; }
span { border-color: rgb(133,87,88); }
td.TdClassName
{
border-color: #855758;
}
.TagClassName
{
border-color: #855758;
}
</style>