Shades of Solid Pink #844F58
Tints of Solid Pink #844F58
RGB
CMYK
RGB Variations
Color information
#844F58 (or 0x844F58) is known color: Solid Pink. HEX triplet: 84, 4F and 58. RGB value is (132,79,88). Sum of RGB (Red+Green+Blue) = 132+79+88=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 132 - color contains mainly: red. Hex color #844F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844F58 is #7BB0A7. Grayscale: #5F5F5F. Windows color (decimal): -8106152 or 5787524. OLE color: 5787524.
HSL color Cylindrical-coordinate representation of color #844F58: hue angle of 349.81º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #844F58 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 79 | 88 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.48 |
| HSL | 349.81º | 0.25% | 0.41% | - |
| HSV(B) | 349.81º | 0.4% | 0.52% | - |
| XYZ | 14.07 | 11.2 | 10.65 | - |
| YUV | 95.87 | 123.56 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 88 | 0 | 0.40 | 0.33 | 0.48 | 349.81 | 0.25 | 0.41 |
| Hex | 84 | 4F | 58 | 0 | 28 | 21 | 30 | 15E | 19 | 29 |
| Octal | 204 | 117 | 130 | 0 | 50 | 41 | 60 | 536 | 31 | 51 |
| Binary | 10000100 | 1001111 | 1011000 | 0 | 101000 | 100001 | 110000 | 101011110 | 11001 | 101001 |
Color Harmonies of #844F58
Complementary color
Monochromatic Colors of #844F58
Black with #844F58
Text Example
Text Example
White with #844F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844F58; }
p { color: rgb(132,79,88); }
H1.HeaderClassName
{
color: #844F58;
}
.AnyTagClassName
{
color: #844F58;
}
</style>
background-color css
<style>
a { background-color: #844F58; }
a { background-color: rgb(132,79,88); }
div.DivClassName
{
background-color: #844F58;
}
.BgClassName
{
background-color: #844F58;
}
</style>
border-color css
<style>
span { border-color: #844F58; }
span { border-color: rgb(132,79,88); }
td.TdClassName
{
border-color: #844F58;
}
.TagClassName
{
border-color: #844F58;
}
</style>