Shades of Lipstick #98325C
Tints of Lipstick #98325C
RGB
CMYK
RGB Variations
Color information
#98325C (or 0x98325C) is known color: Lipstick. HEX triplet: 98, 32 and 5C. RGB value is (152,50,92). Sum of RGB (Red+Green+Blue) = 152+50+92=294 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.70% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 152 - color contains mainly: red. Hex color #98325C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98325C is #67CDA3. Grayscale: #555555. Windows color (decimal): -6802852 or 6042264. OLE color: 6042264.
HSL color Cylindrical-coordinate representation of color #98325C: hue angle of 335.29º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #98325C is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 50 | 92 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.40 |
| HSL | 335.29º | 0.5% | 0.4% | - |
| HSV(B) | 335.29º | 0.67% | 0.6% | - |
| XYZ | 16.02 | 9.73 | 11.16 | - |
| YUV | 85.29 | 131.79 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 50 | 92 | 0 | 0.67 | 0.39 | 0.40 | 335.29 | 0.5 | 0.4 |
| Hex | 98 | 32 | 5C | 0 | 43 | 27 | 28 | 14F | 32 | 28 |
| Octal | 230 | 62 | 134 | 0 | 103 | 47 | 50 | 517 | 62 | 50 |
| Binary | 10011000 | 110010 | 1011100 | 0 | 1000011 | 100111 | 101000 | 101001111 | 110010 | 101000 |
Color Harmonies of #98325C
Complementary color
Monochromatic Colors of #98325C
Black with #98325C
Text Example
Text Example
White with #98325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98325C; }
p { color: rgb(152,50,92); }
H1.HeaderClassName
{
color: #98325C;
}
.AnyTagClassName
{
color: #98325C;
}
</style>
background-color css
<style>
a { background-color: #98325C; }
a { background-color: rgb(152,50,92); }
div.DivClassName
{
background-color: #98325C;
}
.BgClassName
{
background-color: #98325C;
}
</style>
border-color css
<style>
span { border-color: #98325C; }
span { border-color: rgb(152,50,92); }
td.TdClassName
{
border-color: #98325C;
}
.TagClassName
{
border-color: #98325C;
}
</style>