Shades of Solid Pink #984448
Tints of Solid Pink #984448
RGB
CMYK
RGB Variations
Color information
#984448 (or 0x984448) is known color: Solid Pink. HEX triplet: 98, 44 and 48. RGB value is (152,68,72). Sum of RGB (Red+Green+Blue) = 152+68+72=292 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.05% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 152 - color contains mainly: red. Hex color #984448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984448 is #67BBB7. Grayscale: #5D5D5D. Windows color (decimal): -6798264 or 4736152. OLE color: 4736152.
HSL color Cylindrical-coordinate representation of color #984448: hue angle of 357.14º 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 #984448 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 68 | 72 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.40 |
| HSL | 357.14º | 0.38% | 0.43% | - |
| HSV(B) | 357.14º | 0.55% | 0.6% | - |
| XYZ | 16.19 | 11.28 | 7.45 | - |
| YUV | 93.57 | 115.83 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 68 | 72 | 0 | 0.55 | 0.53 | 0.40 | 357.14 | 0.38 | 0.43 |
| Hex | 98 | 44 | 48 | 0 | 37 | 35 | 28 | 165 | 26 | 2B |
| Octal | 230 | 104 | 110 | 0 | 67 | 65 | 50 | 545 | 46 | 53 |
| Binary | 10011000 | 1000100 | 1001000 | 0 | 110111 | 110101 | 101000 | 101100101 | 100110 | 101011 |
Color Harmonies of #984448
Complementary color
Monochromatic Colors of #984448
Black with #984448
Text Example
Text Example
White with #984448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984448; }
p { color: rgb(152,68,72); }
H1.HeaderClassName
{
color: #984448;
}
.AnyTagClassName
{
color: #984448;
}
</style>
background-color css
<style>
a { background-color: #984448; }
a { background-color: rgb(152,68,72); }
div.DivClassName
{
background-color: #984448;
}
.BgClassName
{
background-color: #984448;
}
</style>
border-color css
<style>
span { border-color: #984448; }
span { border-color: rgb(152,68,72); }
td.TdClassName
{
border-color: #984448;
}
.TagClassName
{
border-color: #984448;
}
</style>