Shades of Solid Pink #845255
Tints of Solid Pink #845255
RGB
CMYK
RGB Variations
Color information
#845255 (or 0x845255) is known color: Solid Pink. HEX triplet: 84, 52 and 55. RGB value is (132,82,85). Sum of RGB (Red+Green+Blue) = 132+82+85=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 132 - color contains mainly: red. Hex color #845255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845255 is #7BADAA. Grayscale: #616161. Windows color (decimal): -8105387 or 5591684. OLE color: 5591684.
HSL color Cylindrical-coordinate representation of color #845255: hue angle of 356.4º degrees, saturation: 0.23, 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 #845255 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 82 | 85 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.48 |
| HSL | 356.4º | 0.23% | 0.42% | - |
| HSV(B) | 356.4º | 0.38% | 0.52% | - |
| XYZ | 14.17 | 11.6 | 10.09 | - |
| YUV | 97.29 | 121.07 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 85 | 0 | 0.38 | 0.36 | 0.48 | 356.4 | 0.23 | 0.42 |
| Hex | 84 | 52 | 55 | 0 | 26 | 24 | 30 | 164 | 17 | 2A |
| Octal | 204 | 122 | 125 | 0 | 46 | 44 | 60 | 544 | 27 | 52 |
| Binary | 10000100 | 1010010 | 1010101 | 0 | 100110 | 100100 | 110000 | 101100100 | 10111 | 101010 |
Color Harmonies of #845255
Complementary color
Monochromatic Colors of #845255
Black with #845255
Text Example
Text Example
White with #845255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845255; }
p { color: rgb(132,82,85); }
H1.HeaderClassName
{
color: #845255;
}
.AnyTagClassName
{
color: #845255;
}
</style>
background-color css
<style>
a { background-color: #845255; }
a { background-color: rgb(132,82,85); }
div.DivClassName
{
background-color: #845255;
}
.BgClassName
{
background-color: #845255;
}
</style>
border-color css
<style>
span { border-color: #845255; }
span { border-color: rgb(132,82,85); }
td.TdClassName
{
border-color: #845255;
}
.TagClassName
{
border-color: #845255;
}
</style>