Shades of Lipstick #98244B
Tints of Lipstick #98244B
RGB
CMYK
RGB Variations
Color information
#98244B (or 0x98244B) is known color: Lipstick. HEX triplet: 98, 24 and 4B. RGB value is (152,36,75). Sum of RGB (Red+Green+Blue) = 152+36+75=263 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.79% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 152 - color contains mainly: red. Hex color #98244B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98244B is #67DBB4. Grayscale: #4B4B4B. Windows color (decimal): -6806453 or 4924568. OLE color: 4924568.
HSL color Cylindrical-coordinate representation of color #98244B: hue angle of 339.83º 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 #98244B is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 36 | 75 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.40 |
| HSL | 339.83º | 0.62% | 0.37% | - |
| HSV(B) | 339.83º | 0.76% | 0.6% | - |
| XYZ | 14.85 | 8.45 | 7.5 | - |
| YUV | 75.13 | 127.93 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 36 | 75 | 0 | 0.76 | 0.51 | 0.40 | 339.83 | 0.62 | 0.37 |
| Hex | 98 | 24 | 4B | 0 | 4C | 33 | 28 | 154 | 3E | 25 |
| Octal | 230 | 44 | 113 | 0 | 114 | 63 | 50 | 524 | 76 | 45 |
| Binary | 10011000 | 100100 | 1001011 | 0 | 1001100 | 110011 | 101000 | 101010100 | 111110 | 100101 |
Color Harmonies of #98244B
Complementary color
Monochromatic Colors of #98244B
Black with #98244B
Text Example
Text Example
White with #98244B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98244B; }
p { color: rgb(152,36,75); }
H1.HeaderClassName
{
color: #98244B;
}
.AnyTagClassName
{
color: #98244B;
}
</style>
background-color css
<style>
a { background-color: #98244B; }
a { background-color: rgb(152,36,75); }
div.DivClassName
{
background-color: #98244B;
}
.BgClassName
{
background-color: #98244B;
}
</style>
border-color css
<style>
span { border-color: #98244B; }
span { border-color: rgb(152,36,75); }
td.TdClassName
{
border-color: #98244B;
}
.TagClassName
{
border-color: #98244B;
}
</style>