Shades of Solid Pink #984D54
Tints of Solid Pink #984D54
RGB
CMYK
RGB Variations
Color information
#984D54 (or 0x984D54) is known color: Solid Pink. HEX triplet: 98, 4D and 54. RGB value is (152,77,84). Sum of RGB (Red+Green+Blue) = 152+77+84=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 84 (33.20% from 255 or 26.84% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #984D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984D54 is #67B2AB. Grayscale: #646464. Windows color (decimal): -6795948 or 5524888. OLE color: 5524888.
HSL color Cylindrical-coordinate representation of color #984D54: hue angle of 354.4º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #984D54 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 77 | 84 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.40 |
| HSL | 354.4º | 0.33% | 0.45% | - |
| HSV(B) | 354.4º | 0.49% | 0.6% | - |
| XYZ | 17.2 | 12.62 | 9.92 | - |
| YUV | 100.22 | 118.85 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 77 | 84 | 0 | 0.49 | 0.45 | 0.40 | 354.4 | 0.33 | 0.45 |
| Hex | 98 | 4D | 54 | 0 | 31 | 2D | 28 | 162 | 21 | 2D |
| Octal | 230 | 115 | 124 | 0 | 61 | 55 | 50 | 542 | 41 | 55 |
| Binary | 10011000 | 1001101 | 1010100 | 0 | 110001 | 101101 | 101000 | 101100010 | 100001 | 101101 |
Color Harmonies of #984D54
Complementary color
Monochromatic Colors of #984D54
Black with #984D54
Text Example
Text Example
White with #984D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984D54; }
p { color: rgb(152,77,84); }
H1.HeaderClassName
{
color: #984D54;
}
.AnyTagClassName
{
color: #984D54;
}
</style>
background-color css
<style>
a { background-color: #984D54; }
a { background-color: rgb(152,77,84); }
div.DivClassName
{
background-color: #984D54;
}
.BgClassName
{
background-color: #984D54;
}
</style>
border-color css
<style>
span { border-color: #984D54; }
span { border-color: rgb(152,77,84); }
td.TdClassName
{
border-color: #984D54;
}
.TagClassName
{
border-color: #984D54;
}
</style>