Shades of Solid Pink #845256
Tints of Solid Pink #845256
RGB
CMYK
RGB Variations
Color information
#845256 (or 0x845256) is known color: Solid Pink. HEX triplet: 84, 52 and 56. RGB value is (132,82,86). Sum of RGB (Red+Green+Blue) = 132+82+86=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 132 - color contains mainly: red. Hex color #845256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845256 is #7BADA9. Grayscale: #616161. Windows color (decimal): -8105386 or 5657220. OLE color: 5657220.
HSL color Cylindrical-coordinate representation of color #845256: hue angle of 355.2º 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 #845256 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 82 | 86 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.48 |
| HSL | 355.2º | 0.23% | 0.42% | - |
| HSV(B) | 355.2º | 0.38% | 0.52% | - |
| XYZ | 14.21 | 11.61 | 10.3 | - |
| YUV | 97.41 | 121.57 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 86 | 0 | 0.38 | 0.35 | 0.48 | 355.2 | 0.23 | 0.42 |
| Hex | 84 | 52 | 56 | 0 | 26 | 23 | 30 | 163 | 17 | 2A |
| Octal | 204 | 122 | 126 | 0 | 46 | 43 | 60 | 543 | 27 | 52 |
| Binary | 10000100 | 1010010 | 1010110 | 0 | 100110 | 100011 | 110000 | 101100011 | 10111 | 101010 |
Color Harmonies of #845256
Complementary color
Monochromatic Colors of #845256
Black with #845256
Text Example
Text Example
White with #845256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845256; }
p { color: rgb(132,82,86); }
H1.HeaderClassName
{
color: #845256;
}
.AnyTagClassName
{
color: #845256;
}
</style>
background-color css
<style>
a { background-color: #845256; }
a { background-color: rgb(132,82,86); }
div.DivClassName
{
background-color: #845256;
}
.BgClassName
{
background-color: #845256;
}
</style>
border-color css
<style>
span { border-color: #845256; }
span { border-color: rgb(132,82,86); }
td.TdClassName
{
border-color: #845256;
}
.TagClassName
{
border-color: #845256;
}
</style>