Shades of Lipstick #981E5B
Tints of Lipstick #981E5B
RGB
CMYK
RGB Variations
Color information
#981E5B (or 0x981E5B) is known color: Lipstick. HEX triplet: 98, 1E and 5B. RGB value is (152,30,91). Sum of RGB (Red+Green+Blue) = 152+30+91=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #981E5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981E5B is #67E1A4. Grayscale: #494949. Windows color (decimal): -6807973 or 5971608. OLE color: 5971608.
HSL color Cylindrical-coordinate representation of color #981E5B: hue angle of 330º 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 #981E5B is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 30 | 91 | - |
| CMYK | 0 | 0.80 | 0.40 | 0.40 |
| HSL | 330º | 0.67% | 0.36% | - |
| HSV(B) | 330º | 0.8% | 0.6% | - |
| XYZ | 15.3 | 8.36 | 10.7 | - |
| YUV | 73.43 | 137.92 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 30 | 91 | 0 | 0.80 | 0.40 | 0.40 | 330 | 0.67 | 0.36 |
| Hex | 98 | 1E | 5B | 0 | 50 | 28 | 28 | 14A | 43 | 24 |
| Octal | 230 | 36 | 133 | 0 | 120 | 50 | 50 | 512 | 103 | 44 |
| Binary | 10011000 | 11110 | 1011011 | 0 | 1010000 | 101000 | 101000 | 101001010 | 1000011 | 100100 |
Color Harmonies of #981E5B
Complementary color
Monochromatic Colors of #981E5B
Black with #981E5B
Text Example
Text Example
White with #981E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981E5B; }
p { color: rgb(152,30,91); }
H1.HeaderClassName
{
color: #981E5B;
}
.AnyTagClassName
{
color: #981E5B;
}
</style>
background-color css
<style>
a { background-color: #981E5B; }
a { background-color: rgb(152,30,91); }
div.DivClassName
{
background-color: #981E5B;
}
.BgClassName
{
background-color: #981E5B;
}
</style>
border-color css
<style>
span { border-color: #981E5B; }
span { border-color: rgb(152,30,91); }
td.TdClassName
{
border-color: #981E5B;
}
.TagClassName
{
border-color: #981E5B;
}
</style>