Shades of Lipstick #981E47
Tints of Lipstick #981E47
RGB
CMYK
RGB Variations
Color information
#981E47 (or 0x981E47) is known color: Lipstick. HEX triplet: 98, 1E and 47. RGB value is (152,30,71). Sum of RGB (Red+Green+Blue) = 152+30+71=253 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.08% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 71 (28.12% from 255 or 28.06% from 253); Max value from RGB is 152 - color contains mainly: red. Hex color #981E47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981E47 is #67E1B8. Grayscale: #474747. Windows color (decimal): -6807993 or 4660888. OLE color: 4660888.
HSL color Cylindrical-coordinate representation of color #981E47: hue angle of 339.84º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #981E47 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 30 | 71 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.40 |
| HSL | 339.84º | 0.67% | 0.36% | - |
| HSV(B) | 339.84º | 0.8% | 0.6% | - |
| XYZ | 14.55 | 8.06 | 6.75 | - |
| YUV | 71.15 | 127.92 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 30 | 71 | 0 | 0.80 | 0.53 | 0.40 | 339.84 | 0.67 | 0.36 |
| Hex | 98 | 1E | 47 | 0 | 50 | 35 | 28 | 154 | 43 | 24 |
| Octal | 230 | 36 | 107 | 0 | 120 | 65 | 50 | 524 | 103 | 44 |
| Binary | 10011000 | 11110 | 1000111 | 0 | 1010000 | 110101 | 101000 | 101010100 | 1000011 | 100100 |
Color Harmonies of #981E47
Complementary color
Monochromatic Colors of #981E47
Black with #981E47
Text Example
Text Example
White with #981E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981E47; }
p { color: rgb(152,30,71); }
H1.HeaderClassName
{
color: #981E47;
}
.AnyTagClassName
{
color: #981E47;
}
</style>
background-color css
<style>
a { background-color: #981E47; }
a { background-color: rgb(152,30,71); }
div.DivClassName
{
background-color: #981E47;
}
.BgClassName
{
background-color: #981E47;
}
</style>
border-color css
<style>
span { border-color: #981E47; }
span { border-color: rgb(152,30,71); }
td.TdClassName
{
border-color: #981E47;
}
.TagClassName
{
border-color: #981E47;
}
</style>