Shades of Lipstick #98326D
Tints of Lipstick #98326D
RGB
CMYK
RGB Variations
Color information
#98326D (or 0x98326D) is known color: Lipstick. HEX triplet: 98, 32 and 6D. RGB value is (152,50,109). Sum of RGB (Red+Green+Blue) = 152+50+109=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #98326D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98326D is #67CD92. Grayscale: #575757. Windows color (decimal): -6802835 or 7156376. OLE color: 7156376.
HSL color Cylindrical-coordinate representation of color #98326D: hue angle of 325.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 #98326D is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 50 | 109 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.40 |
| HSL | 325.29º | 0.5% | 0.4% | - |
| HSV(B) | 325.29º | 0.67% | 0.6% | - |
| XYZ | 16.85 | 10.06 | 15.52 | - |
| YUV | 87.22 | 140.29 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 50 | 109 | 0 | 0.67 | 0.28 | 0.40 | 325.29 | 0.5 | 0.4 |
| Hex | 98 | 32 | 6D | 0 | 43 | 1C | 28 | 145 | 32 | 28 |
| Octal | 230 | 62 | 155 | 0 | 103 | 34 | 50 | 505 | 62 | 50 |
| Binary | 10011000 | 110010 | 1101101 | 0 | 1000011 | 11100 | 101000 | 101000101 | 110010 | 101000 |
Color Harmonies of #98326D
Complementary color
Monochromatic Colors of #98326D
Black with #98326D
Text Example
Text Example
White with #98326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98326D; }
p { color: rgb(152,50,109); }
H1.HeaderClassName
{
color: #98326D;
}
.AnyTagClassName
{
color: #98326D;
}
</style>
background-color css
<style>
a { background-color: #98326D; }
a { background-color: rgb(152,50,109); }
div.DivClassName
{
background-color: #98326D;
}
.BgClassName
{
background-color: #98326D;
}
</style>
border-color css
<style>
span { border-color: #98326D; }
span { border-color: rgb(152,50,109); }
td.TdClassName
{
border-color: #98326D;
}
.TagClassName
{
border-color: #98326D;
}
</style>