Shades of Solid Pink #984849
Tints of Solid Pink #984849
RGB
CMYK
RGB Variations
Color information
#984849 (or 0x984849) is known color: Solid Pink. HEX triplet: 98, 48 and 49. RGB value is (152,72,73). Sum of RGB (Red+Green+Blue) = 152+72+73=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #984849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984849 is #67B7B6. Grayscale: #606060. Windows color (decimal): -6797239 or 4802712. OLE color: 4802712.
HSL color Cylindrical-coordinate representation of color #984849: hue angle of 359.25º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #984849 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 72 | 73 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.40 |
| HSL | 359.25º | 0.36% | 0.44% | - |
| HSV(B) | 359.25º | 0.53% | 0.6% | - |
| XYZ | 16.47 | 11.79 | 7.71 | - |
| YUV | 96.03 | 115 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 72 | 73 | 0 | 0.53 | 0.52 | 0.40 | 359.25 | 0.36 | 0.44 |
| Hex | 98 | 48 | 49 | 0 | 35 | 34 | 28 | 167 | 24 | 2C |
| Octal | 230 | 110 | 111 | 0 | 65 | 64 | 50 | 547 | 44 | 54 |
| Binary | 10011000 | 1001000 | 1001001 | 0 | 110101 | 110100 | 101000 | 101100111 | 100100 | 101100 |
Color Harmonies of #984849
Complementary color
Monochromatic Colors of #984849
Black with #984849
Text Example
Text Example
White with #984849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984849; }
p { color: rgb(152,72,73); }
H1.HeaderClassName
{
color: #984849;
}
.AnyTagClassName
{
color: #984849;
}
</style>
background-color css
<style>
a { background-color: #984849; }
a { background-color: rgb(152,72,73); }
div.DivClassName
{
background-color: #984849;
}
.BgClassName
{
background-color: #984849;
}
</style>
border-color css
<style>
span { border-color: #984849; }
span { border-color: rgb(152,72,73); }
td.TdClassName
{
border-color: #984849;
}
.TagClassName
{
border-color: #984849;
}
</style>