Shades of Lipstick #982155
Tints of Lipstick #982155
RGB
CMYK
RGB Variations
Color information
#982155 (or 0x982155) is known color: Lipstick. HEX triplet: 98, 21 and 55. RGB value is (152,33,85). Sum of RGB (Red+Green+Blue) = 152+33+85=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #982155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982155 is #67DEAA. Grayscale: #4A4A4A. Windows color (decimal): -6807211 or 5579160. OLE color: 5579160.
HSL color Cylindrical-coordinate representation of color #982155: hue angle of 333.78º 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 #982155 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 33 | 85 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.40 |
| HSL | 333.78º | 0.64% | 0.36% | - |
| HSV(B) | 333.78º | 0.78% | 0.6% | - |
| XYZ | 15.13 | 8.42 | 9.42 | - |
| YUV | 74.51 | 133.92 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 33 | 85 | 0 | 0.78 | 0.44 | 0.40 | 333.78 | 0.64 | 0.36 |
| Hex | 98 | 21 | 55 | 0 | 4E | 2C | 28 | 14E | 40 | 24 |
| Octal | 230 | 41 | 125 | 0 | 116 | 54 | 50 | 516 | 100 | 44 |
| Binary | 10011000 | 100001 | 1010101 | 0 | 1001110 | 101100 | 101000 | 101001110 | 1000000 | 100100 |
Color Harmonies of #982155
Complementary color
Monochromatic Colors of #982155
Black with #982155
Text Example
Text Example
White with #982155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982155; }
p { color: rgb(152,33,85); }
H1.HeaderClassName
{
color: #982155;
}
.AnyTagClassName
{
color: #982155;
}
</style>
background-color css
<style>
a { background-color: #982155; }
a { background-color: rgb(152,33,85); }
div.DivClassName
{
background-color: #982155;
}
.BgClassName
{
background-color: #982155;
}
</style>
border-color css
<style>
span { border-color: #982155; }
span { border-color: rgb(152,33,85); }
td.TdClassName
{
border-color: #982155;
}
.TagClassName
{
border-color: #982155;
}
</style>