Shades of Solid Pink #844551
Tints of Solid Pink #844551
RGB
CMYK
RGB Variations
Color information
#844551 (or 0x844551) is known color: Solid Pink. HEX triplet: 84, 45 and 51. RGB value is (132,69,81). Sum of RGB (Red+Green+Blue) = 132+69+81=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 81 (32.03% from 255 or 28.72% from 282); Max value from RGB is 132 - color contains mainly: red. Hex color #844551 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844551 is #7BBAAE. Grayscale: #595959. Windows color (decimal): -8108719 or 5326212. OLE color: 5326212.
HSL color Cylindrical-coordinate representation of color #844551: hue angle of 348.57º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #844551 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 69 | 81 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.48 |
| HSL | 348.57º | 0.31% | 0.39% | - |
| HSV(B) | 348.57º | 0.48% | 0.52% | - |
| XYZ | 13.13 | 9.76 | 8.98 | - |
| YUV | 89.21 | 123.37 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 69 | 81 | 0 | 0.48 | 0.39 | 0.48 | 348.57 | 0.31 | 0.39 |
| Hex | 84 | 45 | 51 | 0 | 30 | 27 | 30 | 15D | 1F | 27 |
| Octal | 204 | 105 | 121 | 0 | 60 | 47 | 60 | 535 | 37 | 47 |
| Binary | 10000100 | 1000101 | 1010001 | 0 | 110000 | 100111 | 110000 | 101011101 | 11111 | 100111 |
Color Harmonies of #844551
Complementary color
Monochromatic Colors of #844551
Black with #844551
Text Example
Text Example
White with #844551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844551; }
p { color: rgb(132,69,81); }
H1.HeaderClassName
{
color: #844551;
}
.AnyTagClassName
{
color: #844551;
}
</style>
background-color css
<style>
a { background-color: #844551; }
a { background-color: rgb(132,69,81); }
div.DivClassName
{
background-color: #844551;
}
.BgClassName
{
background-color: #844551;
}
</style>
border-color css
<style>
span { border-color: #844551; }
span { border-color: rgb(132,69,81); }
td.TdClassName
{
border-color: #844551;
}
.TagClassName
{
border-color: #844551;
}
</style>