Shades of Lipstick #98325B
Tints of Lipstick #98325B
RGB
CMYK
RGB Variations
Color information
#98325B (or 0x98325B) is known color: Lipstick. HEX triplet: 98, 32 and 5B. RGB value is (152,50,91). Sum of RGB (Red+Green+Blue) = 152+50+91=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #98325B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98325B is #67CDA4. Grayscale: #555555. Windows color (decimal): -6802853 or 5976728. OLE color: 5976728.
HSL color Cylindrical-coordinate representation of color #98325B: hue angle of 335.88º 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 #98325B is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 50 | 91 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.40 |
| HSL | 335.88º | 0.5% | 0.4% | - |
| HSV(B) | 335.88º | 0.67% | 0.6% | - |
| XYZ | 15.98 | 9.71 | 10.93 | - |
| YUV | 85.17 | 131.29 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 50 | 91 | 0 | 0.67 | 0.40 | 0.40 | 335.88 | 0.5 | 0.4 |
| Hex | 98 | 32 | 5B | 0 | 43 | 28 | 28 | 150 | 32 | 28 |
| Octal | 230 | 62 | 133 | 0 | 103 | 50 | 50 | 520 | 62 | 50 |
| Binary | 10011000 | 110010 | 1011011 | 0 | 1000011 | 101000 | 101000 | 101010000 | 110010 | 101000 |
Color Harmonies of #98325B
Complementary color
Monochromatic Colors of #98325B
Black with #98325B
Text Example
Text Example
White with #98325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98325B; }
p { color: rgb(152,50,91); }
H1.HeaderClassName
{
color: #98325B;
}
.AnyTagClassName
{
color: #98325B;
}
</style>
background-color css
<style>
a { background-color: #98325B; }
a { background-color: rgb(152,50,91); }
div.DivClassName
{
background-color: #98325B;
}
.BgClassName
{
background-color: #98325B;
}
</style>
border-color css
<style>
span { border-color: #98325B; }
span { border-color: rgb(152,50,91); }
td.TdClassName
{
border-color: #98325B;
}
.TagClassName
{
border-color: #98325B;
}
</style>