Shades of Lipstick #982157
Tints of Lipstick #982157
RGB
CMYK
RGB Variations
Color information
#982157 (or 0x982157) is known color: Lipstick. HEX triplet: 98, 21 and 57. RGB value is (152,33,87). Sum of RGB (Red+Green+Blue) = 152+33+87=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 87 (34.38% from 255 or 31.99% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #982157 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982157 is #67DEA8. Grayscale: #4A4A4A. Windows color (decimal): -6807209 or 5710232. OLE color: 5710232.
HSL color Cylindrical-coordinate representation of color #982157: hue angle of 332.77º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #982157 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 33 | 87 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.40 |
| HSL | 332.77º | 0.64% | 0.36% | - |
| HSV(B) | 332.77º | 0.78% | 0.6% | - |
| XYZ | 15.21 | 8.45 | 9.85 | - |
| YUV | 74.74 | 134.92 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 33 | 87 | 0 | 0.78 | 0.43 | 0.40 | 332.77 | 0.64 | 0.36 |
| Hex | 98 | 21 | 57 | 0 | 4E | 2B | 28 | 14D | 40 | 24 |
| Octal | 230 | 41 | 127 | 0 | 116 | 53 | 50 | 515 | 100 | 44 |
| Binary | 10011000 | 100001 | 1010111 | 0 | 1001110 | 101011 | 101000 | 101001101 | 1000000 | 100100 |
Color Harmonies of #982157
Complementary color
Monochromatic Colors of #982157
Black with #982157
Text Example
Text Example
White with #982157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982157; }
p { color: rgb(152,33,87); }
H1.HeaderClassName
{
color: #982157;
}
.AnyTagClassName
{
color: #982157;
}
</style>
background-color css
<style>
a { background-color: #982157; }
a { background-color: rgb(152,33,87); }
div.DivClassName
{
background-color: #982157;
}
.BgClassName
{
background-color: #982157;
}
</style>
border-color css
<style>
span { border-color: #982157; }
span { border-color: rgb(152,33,87); }
td.TdClassName
{
border-color: #982157;
}
.TagClassName
{
border-color: #982157;
}
</style>