Shades of Solid Pink #98484A
Tints of Solid Pink #98484A
RGB
CMYK
RGB Variations
Color information
#98484A (or 0x98484A) is known color: Solid Pink. HEX triplet: 98, 48 and 4A. RGB value is (152,72,74). Sum of RGB (Red+Green+Blue) = 152+72+74=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #98484A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98484A is #67B7B5. Grayscale: #606060. Windows color (decimal): -6797238 or 4868248. OLE color: 4868248.
HSL color Cylindrical-coordinate representation of color #98484A: hue angle of 358.5º 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 #98484A is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 72 | 74 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.40 |
| HSL | 358.5º | 0.36% | 0.44% | - |
| HSV(B) | 358.5º | 0.53% | 0.6% | - |
| XYZ | 16.5 | 11.8 | 7.89 | - |
| YUV | 96.15 | 115.5 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 72 | 74 | 0 | 0.53 | 0.51 | 0.40 | 358.5 | 0.36 | 0.44 |
| Hex | 98 | 48 | 4A | 0 | 35 | 33 | 28 | 166 | 24 | 2C |
| Octal | 230 | 110 | 112 | 0 | 65 | 63 | 50 | 546 | 44 | 54 |
| Binary | 10011000 | 1001000 | 1001010 | 0 | 110101 | 110011 | 101000 | 101100110 | 100100 | 101100 |
Color Harmonies of #98484A
Complementary color
Monochromatic Colors of #98484A
Black with #98484A
Text Example
Text Example
White with #98484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98484A; }
p { color: rgb(152,72,74); }
H1.HeaderClassName
{
color: #98484A;
}
.AnyTagClassName
{
color: #98484A;
}
</style>
background-color css
<style>
a { background-color: #98484A; }
a { background-color: rgb(152,72,74); }
div.DivClassName
{
background-color: #98484A;
}
.BgClassName
{
background-color: #98484A;
}
</style>
border-color css
<style>
span { border-color: #98484A; }
span { border-color: rgb(152,72,74); }
td.TdClassName
{
border-color: #98484A;
}
.TagClassName
{
border-color: #98484A;
}
</style>