Shades of Lipstick #98144B
Tints of Lipstick #98144B
RGB
CMYK
RGB Variations
Color information
#98144B (or 0x98144B) is known color: Lipstick. HEX triplet: 98, 14 and 4B. RGB value is (152,20,75). Sum of RGB (Red+Green+Blue) = 152+20+75=247 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.54% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 152 - color contains mainly: red. Hex color #98144B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98144B is #67EBB4. Grayscale: #414141. Windows color (decimal): -6810549 or 4920472. OLE color: 4920472.
HSL color Cylindrical-coordinate representation of color #98144B: hue angle of 335º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #98144B is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 20 | 75 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.40 |
| HSL | 335º | 0.77% | 0.34% | - |
| HSV(B) | 335º | 0.87% | 0.6% | - |
| XYZ | 14.47 | 7.68 | 7.38 | - |
| YUV | 65.74 | 133.23 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 20 | 75 | 0 | 0.87 | 0.51 | 0.40 | 335 | 0.77 | 0.34 |
| Hex | 98 | 14 | 4B | 0 | 57 | 33 | 28 | 14F | 4D | 22 |
| Octal | 230 | 24 | 113 | 0 | 127 | 63 | 50 | 517 | 115 | 42 |
| Binary | 10011000 | 10100 | 1001011 | 0 | 1010111 | 110011 | 101000 | 101001111 | 1001101 | 100010 |
Color Harmonies of #98144B
Complementary color
Monochromatic Colors of #98144B
Black with #98144B
Text Example
Text Example
White with #98144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98144B; }
p { color: rgb(152,20,75); }
H1.HeaderClassName
{
color: #98144B;
}
.AnyTagClassName
{
color: #98144B;
}
</style>
background-color css
<style>
a { background-color: #98144B; }
a { background-color: rgb(152,20,75); }
div.DivClassName
{
background-color: #98144B;
}
.BgClassName
{
background-color: #98144B;
}
</style>
border-color css
<style>
span { border-color: #98144B; }
span { border-color: rgb(152,20,75); }
td.TdClassName
{
border-color: #98144B;
}
.TagClassName
{
border-color: #98144B;
}
</style>