Shades of Lipstick #981F4D
Tints of Lipstick #981F4D
RGB
CMYK
RGB Variations
Color information
#981F4D (or 0x981F4D) is known color: Lipstick. HEX triplet: 98, 1F and 4D. RGB value is (152,31,77). Sum of RGB (Red+Green+Blue) = 152+31+77=260 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.46% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 152 - color contains mainly: red. Hex color #981F4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981F4D is #67E0B2. Grayscale: #484848. Windows color (decimal): -6807731 or 5054360. OLE color: 5054360.
HSL color Cylindrical-coordinate representation of color #981F4D: hue angle of 337.19º degrees, saturation: 0.66, 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 #981F4D is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 31 | 77 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.40 |
| HSL | 337.19º | 0.66% | 0.36% | - |
| HSV(B) | 337.19º | 0.8% | 0.6% | - |
| XYZ | 14.78 | 8.19 | 7.82 | - |
| YUV | 72.42 | 130.59 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 31 | 77 | 0 | 0.80 | 0.49 | 0.40 | 337.19 | 0.66 | 0.36 |
| Hex | 98 | 1F | 4D | 0 | 50 | 31 | 28 | 151 | 42 | 24 |
| Octal | 230 | 37 | 115 | 0 | 120 | 61 | 50 | 521 | 102 | 44 |
| Binary | 10011000 | 11111 | 1001101 | 0 | 1010000 | 110001 | 101000 | 101010001 | 1000010 | 100100 |
Color Harmonies of #981F4D
Complementary color
Monochromatic Colors of #981F4D
Black with #981F4D
Text Example
Text Example
White with #981F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981F4D; }
p { color: rgb(152,31,77); }
H1.HeaderClassName
{
color: #981F4D;
}
.AnyTagClassName
{
color: #981F4D;
}
</style>
background-color css
<style>
a { background-color: #981F4D; }
a { background-color: rgb(152,31,77); }
div.DivClassName
{
background-color: #981F4D;
}
.BgClassName
{
background-color: #981F4D;
}
</style>
border-color css
<style>
span { border-color: #981F4D; }
span { border-color: rgb(152,31,77); }
td.TdClassName
{
border-color: #981F4D;
}
.TagClassName
{
border-color: #981F4D;
}
</style>