Shades of Solid Pink #855256
Tints of Solid Pink #855256
RGB
CMYK
RGB Variations
Color information
#855256 (or 0x855256) is known color: Solid Pink. HEX triplet: 85, 52 and 56. RGB value is (133,82,86). Sum of RGB (Red+Green+Blue) = 133+82+86=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 86 (33.98% from 255 or 28.57% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #855256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855256 is #7AADA9. Grayscale: #616161. Windows color (decimal): -8039850 or 5657221. OLE color: 5657221.
HSL color Cylindrical-coordinate representation of color #855256: hue angle of 355.29º 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 #855256 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 82 | 86 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.48 |
| HSL | 355.29º | 0.24% | 0.42% | - |
| HSV(B) | 355.29º | 0.38% | 0.52% | - |
| XYZ | 14.37 | 11.69 | 10.3 | - |
| YUV | 97.71 | 121.4 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 86 | 0 | 0.38 | 0.35 | 0.48 | 355.29 | 0.24 | 0.42 |
| Hex | 85 | 52 | 56 | 0 | 26 | 23 | 30 | 163 | 18 | 2A |
| Octal | 205 | 122 | 126 | 0 | 46 | 43 | 60 | 543 | 30 | 52 |
| Binary | 10000101 | 1010010 | 1010110 | 0 | 100110 | 100011 | 110000 | 101100011 | 11000 | 101010 |
Color Harmonies of #855256
Complementary color
Monochromatic Colors of #855256
Black with #855256
Text Example
Text Example
White with #855256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855256; }
p { color: rgb(133,82,86); }
H1.HeaderClassName
{
color: #855256;
}
.AnyTagClassName
{
color: #855256;
}
</style>
background-color css
<style>
a { background-color: #855256; }
a { background-color: rgb(133,82,86); }
div.DivClassName
{
background-color: #855256;
}
.BgClassName
{
background-color: #855256;
}
</style>
border-color css
<style>
span { border-color: #855256; }
span { border-color: rgb(133,82,86); }
td.TdClassName
{
border-color: #855256;
}
.TagClassName
{
border-color: #855256;
}
</style>