Shades of Lipstick #98154A
Tints of Lipstick #98154A
RGB
CMYK
RGB Variations
Color information
#98154A (or 0x98154A) is known color: Lipstick. HEX triplet: 98, 15 and 4A. RGB value is (152,21,74). Sum of RGB (Red+Green+Blue) = 152+21+74=247 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.54% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 152 - color contains mainly: red. Hex color #98154A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98154A is #67EAB5. Grayscale: #424242. Windows color (decimal): -6810294 or 4855192. OLE color: 4855192.
HSL color Cylindrical-coordinate representation of color #98154A: hue angle of 335.73º 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 #98154A is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 21 | 74 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.40 |
| HSL | 335.73º | 0.76% | 0.34% | - |
| HSV(B) | 335.73º | 0.86% | 0.6% | - |
| XYZ | 14.45 | 7.71 | 7.2 | - |
| YUV | 66.21 | 132.4 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 21 | 74 | 0 | 0.86 | 0.51 | 0.40 | 335.73 | 0.76 | 0.34 |
| Hex | 98 | 15 | 4A | 0 | 56 | 33 | 28 | 150 | 4C | 22 |
| Octal | 230 | 25 | 112 | 0 | 126 | 63 | 50 | 520 | 114 | 42 |
| Binary | 10011000 | 10101 | 1001010 | 0 | 1010110 | 110011 | 101000 | 101010000 | 1001100 | 100010 |
Color Harmonies of #98154A
Complementary color
Monochromatic Colors of #98154A
Black with #98154A
Text Example
Text Example
White with #98154A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98154A; }
p { color: rgb(152,21,74); }
H1.HeaderClassName
{
color: #98154A;
}
.AnyTagClassName
{
color: #98154A;
}
</style>
background-color css
<style>
a { background-color: #98154A; }
a { background-color: rgb(152,21,74); }
div.DivClassName
{
background-color: #98154A;
}
.BgClassName
{
background-color: #98154A;
}
</style>
border-color css
<style>
span { border-color: #98154A; }
span { border-color: rgb(152,21,74); }
td.TdClassName
{
border-color: #98154A;
}
.TagClassName
{
border-color: #98154A;
}
</style>