Shades of Lipstick #981D49
Tints of Lipstick #981D49
RGB
CMYK
RGB Variations
Color information
#981D49 (or 0x981D49) is known color: Lipstick. HEX triplet: 98, 1D and 49. RGB value is (152,29,73). Sum of RGB (Red+Green+Blue) = 152+29+73=254 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.84% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 152 - color contains mainly: red. Hex color #981D49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981D49 is #67E2B6. Grayscale: #464646. Windows color (decimal): -6808247 or 4791704. OLE color: 4791704.
HSL color Cylindrical-coordinate representation of color #981D49: hue angle of 338.54º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #981D49 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 29 | 73 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.40 |
| HSL | 338.54º | 0.68% | 0.35% | - |
| HSV(B) | 338.54º | 0.81% | 0.6% | - |
| XYZ | 14.59 | 8.04 | 7.09 | - |
| YUV | 70.79 | 129.25 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 29 | 73 | 0 | 0.81 | 0.52 | 0.40 | 338.54 | 0.68 | 0.35 |
| Hex | 98 | 1D | 49 | 0 | 51 | 34 | 28 | 153 | 44 | 23 |
| Octal | 230 | 35 | 111 | 0 | 121 | 64 | 50 | 523 | 104 | 43 |
| Binary | 10011000 | 11101 | 1001001 | 0 | 1010001 | 110100 | 101000 | 101010011 | 1000100 | 100011 |
Color Harmonies of #981D49
Complementary color
Monochromatic Colors of #981D49
Black with #981D49
Text Example
Text Example
White with #981D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981D49; }
p { color: rgb(152,29,73); }
H1.HeaderClassName
{
color: #981D49;
}
.AnyTagClassName
{
color: #981D49;
}
</style>
background-color css
<style>
a { background-color: #981D49; }
a { background-color: rgb(152,29,73); }
div.DivClassName
{
background-color: #981D49;
}
.BgClassName
{
background-color: #981D49;
}
</style>
border-color css
<style>
span { border-color: #981D49; }
span { border-color: rgb(152,29,73); }
td.TdClassName
{
border-color: #981D49;
}
.TagClassName
{
border-color: #981D49;
}
</style>