Shades of Lipstick #98304D
Tints of Lipstick #98304D
RGB
CMYK
RGB Variations
Color information
#98304D (or 0x98304D) is known color: Lipstick. HEX triplet: 98, 30 and 4D. RGB value is (152,48,77). Sum of RGB (Red+Green+Blue) = 152+48+77=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #98304D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98304D is #67CFB2. Grayscale: #525252. Windows color (decimal): -6803379 or 5058712. OLE color: 5058712.
HSL color Cylindrical-coordinate representation of color #98304D: hue angle of 343.27º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #98304D is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 48 | 77 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.40 |
| HSL | 343.27º | 0.52% | 0.39% | - |
| HSV(B) | 343.27º | 0.68% | 0.6% | - |
| XYZ | 15.35 | 9.33 | 8.01 | - |
| YUV | 82.4 | 124.96 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 48 | 77 | 0 | 0.68 | 0.49 | 0.40 | 343.27 | 0.52 | 0.39 |
| Hex | 98 | 30 | 4D | 0 | 44 | 31 | 28 | 157 | 34 | 27 |
| Octal | 230 | 60 | 115 | 0 | 104 | 61 | 50 | 527 | 64 | 47 |
| Binary | 10011000 | 110000 | 1001101 | 0 | 1000100 | 110001 | 101000 | 101010111 | 110100 | 100111 |
Color Harmonies of #98304D
Complementary color
Monochromatic Colors of #98304D
Black with #98304D
Text Example
Text Example
White with #98304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98304D; }
p { color: rgb(152,48,77); }
H1.HeaderClassName
{
color: #98304D;
}
.AnyTagClassName
{
color: #98304D;
}
</style>
background-color css
<style>
a { background-color: #98304D; }
a { background-color: rgb(152,48,77); }
div.DivClassName
{
background-color: #98304D;
}
.BgClassName
{
background-color: #98304D;
}
</style>
border-color css
<style>
span { border-color: #98304D; }
span { border-color: rgb(152,48,77); }
td.TdClassName
{
border-color: #98304D;
}
.TagClassName
{
border-color: #98304D;
}
</style>