Shades of Lipstick #98355C
Tints of Lipstick #98355C
RGB
CMYK
RGB Variations
Color information
#98355C (or 0x98355C) is known color: Lipstick. HEX triplet: 98, 35 and 5C. RGB value is (152,53,92). Sum of RGB (Red+Green+Blue) = 152+53+92=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #98355C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98355C is #67CAA3. Grayscale: #565656. Windows color (decimal): -6802084 or 6043032. OLE color: 6043032.
HSL color Cylindrical-coordinate representation of color #98355C: hue angle of 336.36º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #98355C is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 53 | 92 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.40 |
| HSL | 336.36º | 0.48% | 0.4% | - |
| HSV(B) | 336.36º | 0.65% | 0.6% | - |
| XYZ | 16.15 | 9.99 | 11.2 | - |
| YUV | 87.05 | 130.8 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 53 | 92 | 0 | 0.65 | 0.39 | 0.40 | 336.36 | 0.48 | 0.4 |
| Hex | 98 | 35 | 5C | 0 | 41 | 27 | 28 | 150 | 30 | 28 |
| Octal | 230 | 65 | 134 | 0 | 101 | 47 | 50 | 520 | 60 | 50 |
| Binary | 10011000 | 110101 | 1011100 | 0 | 1000001 | 100111 | 101000 | 101010000 | 110000 | 101000 |
Color Harmonies of #98355C
Complementary color
Monochromatic Colors of #98355C
Black with #98355C
Text Example
Text Example
White with #98355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98355C; }
p { color: rgb(152,53,92); }
H1.HeaderClassName
{
color: #98355C;
}
.AnyTagClassName
{
color: #98355C;
}
</style>
background-color css
<style>
a { background-color: #98355C; }
a { background-color: rgb(152,53,92); }
div.DivClassName
{
background-color: #98355C;
}
.BgClassName
{
background-color: #98355C;
}
</style>
border-color css
<style>
span { border-color: #98355C; }
span { border-color: rgb(152,53,92); }
td.TdClassName
{
border-color: #98355C;
}
.TagClassName
{
border-color: #98355C;
}
</style>