Shades of Lipstick #981854
Tints of Lipstick #981854
RGB
CMYK
RGB Variations
Color information
#981854 (or 0x981854) is known color: Lipstick. HEX triplet: 98, 18 and 54. RGB value is (152,24,84). Sum of RGB (Red+Green+Blue) = 152+24+84=260 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.46% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 84 (33.20% from 255 or 32.31% from 260); Max value from RGB is 152 - color contains mainly: red. Hex color #981854 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981854 is #67E7AB. Grayscale: #454545. Windows color (decimal): -6809516 or 5511320. OLE color: 5511320.
HSL color Cylindrical-coordinate representation of color #981854: hue angle of 331.88º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981854 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 24 | 84 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.40 |
| HSL | 331.88º | 0.73% | 0.35% | - |
| HSV(B) | 331.88º | 0.84% | 0.6% | - |
| XYZ | 14.88 | 7.97 | 9.14 | - |
| YUV | 69.11 | 136.41 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 24 | 84 | 0 | 0.84 | 0.45 | 0.40 | 331.88 | 0.73 | 0.35 |
| Hex | 98 | 18 | 54 | 0 | 54 | 2D | 28 | 14C | 49 | 23 |
| Octal | 230 | 30 | 124 | 0 | 124 | 55 | 50 | 514 | 111 | 43 |
| Binary | 10011000 | 11000 | 1010100 | 0 | 1010100 | 101101 | 101000 | 101001100 | 1001001 | 100011 |
Color Harmonies of #981854
Complementary color
Monochromatic Colors of #981854
Black with #981854
Text Example
Text Example
White with #981854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981854; }
p { color: rgb(152,24,84); }
H1.HeaderClassName
{
color: #981854;
}
.AnyTagClassName
{
color: #981854;
}
</style>
background-color css
<style>
a { background-color: #981854; }
a { background-color: rgb(152,24,84); }
div.DivClassName
{
background-color: #981854;
}
.BgClassName
{
background-color: #981854;
}
</style>
border-color css
<style>
span { border-color: #981854; }
span { border-color: rgb(152,24,84); }
td.TdClassName
{
border-color: #981854;
}
.TagClassName
{
border-color: #981854;
}
</style>