Shades of Lipstick #981E4A
Tints of Lipstick #981E4A
RGB
CMYK
RGB Variations
Color information
#981E4A (or 0x981E4A) is known color: Lipstick. HEX triplet: 98, 1E and 4A. RGB value is (152,30,74). Sum of RGB (Red+Green+Blue) = 152+30+74=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #981E4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981E4A is #67E1B5. Grayscale: #474747. Windows color (decimal): -6807990 or 4857496. OLE color: 4857496.
HSL color Cylindrical-coordinate representation of color #981E4A: hue angle of 338.36º 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 #981E4A is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 30 | 74 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.40 |
| HSL | 338.36º | 0.67% | 0.36% | - |
| HSV(B) | 338.36º | 0.8% | 0.6% | - |
| XYZ | 14.65 | 8.1 | 7.27 | - |
| YUV | 71.49 | 129.42 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 30 | 74 | 0 | 0.80 | 0.51 | 0.40 | 338.36 | 0.67 | 0.36 |
| Hex | 98 | 1E | 4A | 0 | 50 | 33 | 28 | 152 | 43 | 24 |
| Octal | 230 | 36 | 112 | 0 | 120 | 63 | 50 | 522 | 103 | 44 |
| Binary | 10011000 | 11110 | 1001010 | 0 | 1010000 | 110011 | 101000 | 101010010 | 1000011 | 100100 |
Color Harmonies of #981E4A
Complementary color
Monochromatic Colors of #981E4A
Black with #981E4A
Text Example
Text Example
White with #981E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981E4A; }
p { color: rgb(152,30,74); }
H1.HeaderClassName
{
color: #981E4A;
}
.AnyTagClassName
{
color: #981E4A;
}
</style>
background-color css
<style>
a { background-color: #981E4A; }
a { background-color: rgb(152,30,74); }
div.DivClassName
{
background-color: #981E4A;
}
.BgClassName
{
background-color: #981E4A;
}
</style>
border-color css
<style>
span { border-color: #981E4A; }
span { border-color: rgb(152,30,74); }
td.TdClassName
{
border-color: #981E4A;
}
.TagClassName
{
border-color: #981E4A;
}
</style>