Shades of Lipstick #98244A
Tints of Lipstick #98244A
RGB
CMYK
RGB Variations
Color information
#98244A (or 0x98244A) is known color: Lipstick. HEX triplet: 98, 24 and 4A. RGB value is (152,36,74). Sum of RGB (Red+Green+Blue) = 152+36+74=262 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.02% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 152 - color contains mainly: red. Hex color #98244A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98244A is #67DBB5. Grayscale: #4A4A4A. Windows color (decimal): -6806454 or 4859032. OLE color: 4859032.
HSL color Cylindrical-coordinate representation of color #98244A: hue angle of 340.34º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #98244A is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 36 | 74 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.40 |
| HSL | 340.34º | 0.62% | 0.37% | - |
| HSV(B) | 340.34º | 0.76% | 0.6% | - |
| XYZ | 14.82 | 8.43 | 7.33 | - |
| YUV | 75.02 | 127.43 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 36 | 74 | 0 | 0.76 | 0.51 | 0.40 | 340.34 | 0.62 | 0.37 |
| Hex | 98 | 24 | 4A | 0 | 4C | 33 | 28 | 154 | 3E | 25 |
| Octal | 230 | 44 | 112 | 0 | 114 | 63 | 50 | 524 | 76 | 45 |
| Binary | 10011000 | 100100 | 1001010 | 0 | 1001100 | 110011 | 101000 | 101010100 | 111110 | 100101 |
Color Harmonies of #98244A
Complementary color
Monochromatic Colors of #98244A
Black with #98244A
Text Example
Text Example
White with #98244A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98244A; }
p { color: rgb(152,36,74); }
H1.HeaderClassName
{
color: #98244A;
}
.AnyTagClassName
{
color: #98244A;
}
</style>
background-color css
<style>
a { background-color: #98244A; }
a { background-color: rgb(152,36,74); }
div.DivClassName
{
background-color: #98244A;
}
.BgClassName
{
background-color: #98244A;
}
</style>
border-color css
<style>
span { border-color: #98244A; }
span { border-color: rgb(152,36,74); }
td.TdClassName
{
border-color: #98244A;
}
.TagClassName
{
border-color: #98244A;
}
</style>