Shades of Solid Pink #984147
Tints of Solid Pink #984147
RGB
CMYK
RGB Variations
Color information
#984147 (or 0x984147) is known color: Solid Pink. HEX triplet: 98, 41 and 47. RGB value is (152,65,71). Sum of RGB (Red+Green+Blue) = 152+65+71=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 71 (28.12% from 255 or 24.65% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #984147 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984147 is #67BEB8. Grayscale: #5B5B5B. Windows color (decimal): -6799033 or 4669848. OLE color: 4669848.
HSL color Cylindrical-coordinate representation of color #984147: hue angle of 355.86º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #984147 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 65 | 71 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.40 |
| HSL | 355.86º | 0.4% | 0.43% | - |
| HSV(B) | 355.86º | 0.57% | 0.6% | - |
| XYZ | 15.98 | 10.91 | 7.23 | - |
| YUV | 91.7 | 116.32 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 65 | 71 | 0 | 0.57 | 0.53 | 0.40 | 355.86 | 0.4 | 0.43 |
| Hex | 98 | 41 | 47 | 0 | 39 | 35 | 28 | 164 | 28 | 2B |
| Octal | 230 | 101 | 107 | 0 | 71 | 65 | 50 | 544 | 50 | 53 |
| Binary | 10011000 | 1000001 | 1000111 | 0 | 111001 | 110101 | 101000 | 101100100 | 101000 | 101011 |
Color Harmonies of #984147
Complementary color
Monochromatic Colors of #984147
Black with #984147
Text Example
Text Example
White with #984147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984147; }
p { color: rgb(152,65,71); }
H1.HeaderClassName
{
color: #984147;
}
.AnyTagClassName
{
color: #984147;
}
</style>
background-color css
<style>
a { background-color: #984147; }
a { background-color: rgb(152,65,71); }
div.DivClassName
{
background-color: #984147;
}
.BgClassName
{
background-color: #984147;
}
</style>
border-color css
<style>
span { border-color: #984147; }
span { border-color: rgb(152,65,71); }
td.TdClassName
{
border-color: #984147;
}
.TagClassName
{
border-color: #984147;
}
</style>