Shades of Lipstick #98295C
Tints of Lipstick #98295C
RGB
CMYK
RGB Variations
Color information
#98295C (or 0x98295C) is known color: Lipstick. HEX triplet: 98, 29 and 5C. RGB value is (152,41,92). Sum of RGB (Red+Green+Blue) = 152+41+92=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #98295C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98295C is #67D6A3. Grayscale: #4F4F4F. Windows color (decimal): -6805156 or 6039960. OLE color: 6039960.
HSL color Cylindrical-coordinate representation of color #98295C: hue angle of 332.43º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #98295C is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 41 | 92 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.40 |
| HSL | 332.43º | 0.58% | 0.38% | - |
| HSV(B) | 332.43º | 0.73% | 0.6% | - |
| XYZ | 15.67 | 9.03 | 11.04 | - |
| YUV | 80 | 134.77 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 41 | 92 | 0 | 0.73 | 0.39 | 0.40 | 332.43 | 0.58 | 0.38 |
| Hex | 98 | 29 | 5C | 0 | 49 | 27 | 28 | 14C | 3A | 26 |
| Octal | 230 | 51 | 134 | 0 | 111 | 47 | 50 | 514 | 72 | 46 |
| Binary | 10011000 | 101001 | 1011100 | 0 | 1001001 | 100111 | 101000 | 101001100 | 111010 | 100110 |
Color Harmonies of #98295C
Complementary color
Monochromatic Colors of #98295C
Black with #98295C
Text Example
Text Example
White with #98295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98295C; }
p { color: rgb(152,41,92); }
H1.HeaderClassName
{
color: #98295C;
}
.AnyTagClassName
{
color: #98295C;
}
</style>
background-color css
<style>
a { background-color: #98295C; }
a { background-color: rgb(152,41,92); }
div.DivClassName
{
background-color: #98295C;
}
.BgClassName
{
background-color: #98295C;
}
</style>
border-color css
<style>
span { border-color: #98295C; }
span { border-color: rgb(152,41,92); }
td.TdClassName
{
border-color: #98295C;
}
.TagClassName
{
border-color: #98295C;
}
</style>