Shades of Solid Pink #855259
Tints of Solid Pink #855259
RGB
CMYK
RGB Variations
Color information
#855259 (or 0x855259) is known color: Solid Pink. HEX triplet: 85, 52 and 59. RGB value is (133,82,89). Sum of RGB (Red+Green+Blue) = 133+82+89=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 89 (35.16% from 255 or 29.28% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #855259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855259 is #7AADA6. Grayscale: #626262. Windows color (decimal): -8039847 or 5853829. OLE color: 5853829.
HSL color Cylindrical-coordinate representation of color #855259: hue angle of 351.76º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #855259 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 82 | 89 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.48 |
| HSL | 351.76º | 0.24% | 0.42% | - |
| HSV(B) | 351.76º | 0.38% | 0.52% | - |
| XYZ | 14.49 | 11.74 | 10.95 | - |
| YUV | 98.05 | 122.9 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 89 | 0 | 0.38 | 0.33 | 0.48 | 351.76 | 0.24 | 0.42 |
| Hex | 85 | 52 | 59 | 0 | 26 | 21 | 30 | 160 | 18 | 2A |
| Octal | 205 | 122 | 131 | 0 | 46 | 41 | 60 | 540 | 30 | 52 |
| Binary | 10000101 | 1010010 | 1011001 | 0 | 100110 | 100001 | 110000 | 101100000 | 11000 | 101010 |
Color Harmonies of #855259
Complementary color
Monochromatic Colors of #855259
Black with #855259
Text Example
Text Example
White with #855259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855259; }
p { color: rgb(133,82,89); }
H1.HeaderClassName
{
color: #855259;
}
.AnyTagClassName
{
color: #855259;
}
</style>
background-color css
<style>
a { background-color: #855259; }
a { background-color: rgb(133,82,89); }
div.DivClassName
{
background-color: #855259;
}
.BgClassName
{
background-color: #855259;
}
</style>
border-color css
<style>
span { border-color: #855259; }
span { border-color: rgb(133,82,89); }
td.TdClassName
{
border-color: #855259;
}
.TagClassName
{
border-color: #855259;
}
</style>