Shades of Lipstick #981144
Tints of Lipstick #981144
RGB
CMYK
RGB Variations
Color information
#981144 (or 0x981144) is known color: Lipstick. HEX triplet: 98, 11 and 44. RGB value is (152,17,68). Sum of RGB (Red+Green+Blue) = 152+17+68=237 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.14% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 152 - color contains mainly: red. Hex color #981144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981144 is #67EEBB. Grayscale: #3F3F3F. Windows color (decimal): -6811324 or 4460952. OLE color: 4460952.
HSL color Cylindrical-coordinate representation of color #981144: hue angle of 337.33º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981144 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 17 | 68 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.40 |
| HSL | 337.33º | 0.8% | 0.33% | - |
| HSV(B) | 337.33º | 0.89% | 0.6% | - |
| XYZ | 14.19 | 7.49 | 6.17 | - |
| YUV | 63.18 | 130.73 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 17 | 68 | 0 | 0.89 | 0.55 | 0.40 | 337.33 | 0.8 | 0.33 |
| Hex | 98 | 11 | 44 | 0 | 59 | 37 | 28 | 151 | 50 | 21 |
| Octal | 230 | 21 | 104 | 0 | 131 | 67 | 50 | 521 | 120 | 41 |
| Binary | 10011000 | 10001 | 1000100 | 0 | 1011001 | 110111 | 101000 | 101010001 | 1010000 | 100001 |
Color Harmonies of #981144
Complementary color
Monochromatic Colors of #981144
Black with #981144
Text Example
Text Example
White with #981144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981144; }
p { color: rgb(152,17,68); }
H1.HeaderClassName
{
color: #981144;
}
.AnyTagClassName
{
color: #981144;
}
</style>
background-color css
<style>
a { background-color: #981144; }
a { background-color: rgb(152,17,68); }
div.DivClassName
{
background-color: #981144;
}
.BgClassName
{
background-color: #981144;
}
</style>
border-color css
<style>
span { border-color: #981144; }
span { border-color: rgb(152,17,68); }
td.TdClassName
{
border-color: #981144;
}
.TagClassName
{
border-color: #981144;
}
</style>