Shades of Lipstick #98154D
Tints of Lipstick #98154D
RGB
CMYK
RGB Variations
Color information
#98154D (or 0x98154D) is known color: Lipstick. HEX triplet: 98, 15 and 4D. RGB value is (152,21,77). Sum of RGB (Red+Green+Blue) = 152+21+77=250 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.8% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 152 - color contains mainly: red. Hex color #98154D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98154D is #67EAB2. Grayscale: #424242. Windows color (decimal): -6810291 or 5051800. OLE color: 5051800.
HSL color Cylindrical-coordinate representation of color #98154D: hue angle of 334.35º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #98154D is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 21 | 77 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.40 |
| HSL | 334.35º | 0.76% | 0.34% | - |
| HSV(B) | 334.35º | 0.86% | 0.6% | - |
| XYZ | 14.56 | 7.75 | 7.75 | - |
| YUV | 66.55 | 133.9 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 21 | 77 | 0 | 0.86 | 0.49 | 0.40 | 334.35 | 0.76 | 0.34 |
| Hex | 98 | 15 | 4D | 0 | 56 | 31 | 28 | 14E | 4C | 22 |
| Octal | 230 | 25 | 115 | 0 | 126 | 61 | 50 | 516 | 114 | 42 |
| Binary | 10011000 | 10101 | 1001101 | 0 | 1010110 | 110001 | 101000 | 101001110 | 1001100 | 100010 |
Color Harmonies of #98154D
Complementary color
Monochromatic Colors of #98154D
Black with #98154D
Text Example
Text Example
White with #98154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98154D; }
p { color: rgb(152,21,77); }
H1.HeaderClassName
{
color: #98154D;
}
.AnyTagClassName
{
color: #98154D;
}
</style>
background-color css
<style>
a { background-color: #98154D; }
a { background-color: rgb(152,21,77); }
div.DivClassName
{
background-color: #98154D;
}
.BgClassName
{
background-color: #98154D;
}
</style>
border-color css
<style>
span { border-color: #98154D; }
span { border-color: rgb(152,21,77); }
td.TdClassName
{
border-color: #98154D;
}
.TagClassName
{
border-color: #98154D;
}
</style>