Shades of Solid Pink #984547
Tints of Solid Pink #984547
RGB
CMYK
RGB Variations
Color information
#984547 (or 0x984547) is known color: Solid Pink. HEX triplet: 98, 45 and 47. RGB value is (152,69,71). Sum of RGB (Red+Green+Blue) = 152+69+71=292 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.05% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 71 (28.12% from 255 or 24.32% from 292); Max value from RGB is 152 - color contains mainly: red. Hex color #984547 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984547 is #67BAB8. Grayscale: #5E5E5E. Windows color (decimal): -6798009 or 4670872. OLE color: 4670872.
HSL color Cylindrical-coordinate representation of color #984547: hue angle of 358.55º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #984547 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 69 | 71 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.40 |
| HSL | 358.55º | 0.38% | 0.43% | - |
| HSV(B) | 358.55º | 0.55% | 0.6% | - |
| XYZ | 16.21 | 11.39 | 7.3 | - |
| YUV | 94.05 | 115 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 69 | 71 | 0 | 0.55 | 0.53 | 0.40 | 358.55 | 0.38 | 0.43 |
| Hex | 98 | 45 | 47 | 0 | 37 | 35 | 28 | 167 | 26 | 2B |
| Octal | 230 | 105 | 107 | 0 | 67 | 65 | 50 | 547 | 46 | 53 |
| Binary | 10011000 | 1000101 | 1000111 | 0 | 110111 | 110101 | 101000 | 101100111 | 100110 | 101011 |
Color Harmonies of #984547
Complementary color
Monochromatic Colors of #984547
Black with #984547
Text Example
Text Example
White with #984547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984547; }
p { color: rgb(152,69,71); }
H1.HeaderClassName
{
color: #984547;
}
.AnyTagClassName
{
color: #984547;
}
</style>
background-color css
<style>
a { background-color: #984547; }
a { background-color: rgb(152,69,71); }
div.DivClassName
{
background-color: #984547;
}
.BgClassName
{
background-color: #984547;
}
</style>
border-color css
<style>
span { border-color: #984547; }
span { border-color: rgb(152,69,71); }
td.TdClassName
{
border-color: #984547;
}
.TagClassName
{
border-color: #984547;
}
</style>