Shades of Lipstick #982049
Tints of Lipstick #982049
RGB
CMYK
RGB Variations
Color information
#982049 (or 0x982049) is known color: Lipstick. HEX triplet: 98, 20 and 49. RGB value is (152,32,73). Sum of RGB (Red+Green+Blue) = 152+32+73=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #982049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982049 is #67DFB6. Grayscale: #484848. Windows color (decimal): -6807479 or 4792472. OLE color: 4792472.
HSL color Cylindrical-coordinate representation of color #982049: hue angle of 339.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #982049 is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 32 | 73 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.40 |
| HSL | 339.5º | 0.65% | 0.36% | - |
| HSV(B) | 339.5º | 0.79% | 0.6% | - |
| XYZ | 14.67 | 8.19 | 7.11 | - |
| YUV | 72.55 | 128.26 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 32 | 73 | 0 | 0.79 | 0.52 | 0.40 | 339.5 | 0.65 | 0.36 |
| Hex | 98 | 20 | 49 | 0 | 4F | 34 | 28 | 154 | 41 | 24 |
| Octal | 230 | 40 | 111 | 0 | 117 | 64 | 50 | 524 | 101 | 44 |
| Binary | 10011000 | 100000 | 1001001 | 0 | 1001111 | 110100 | 101000 | 101010100 | 1000001 | 100100 |
Color Harmonies of #982049
Complementary color
Monochromatic Colors of #982049
Black with #982049
Text Example
Text Example
White with #982049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982049; }
p { color: rgb(152,32,73); }
H1.HeaderClassName
{
color: #982049;
}
.AnyTagClassName
{
color: #982049;
}
</style>
background-color css
<style>
a { background-color: #982049; }
a { background-color: rgb(152,32,73); }
div.DivClassName
{
background-color: #982049;
}
.BgClassName
{
background-color: #982049;
}
</style>
border-color css
<style>
span { border-color: #982049; }
span { border-color: rgb(152,32,73); }
td.TdClassName
{
border-color: #982049;
}
.TagClassName
{
border-color: #982049;
}
</style>