Shades of Lipstick #982555
Tints of Lipstick #982555
RGB
CMYK
RGB Variations
Color information
#982555 (or 0x982555) is known color: Lipstick. HEX triplet: 98, 25 and 55. RGB value is (152,37,85). Sum of RGB (Red+Green+Blue) = 152+37+85=274 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.47% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 152 - color contains mainly: red. Hex color #982555 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982555 is #67DAAA. Grayscale: #4C4C4C. Windows color (decimal): -6806187 or 5580184. OLE color: 5580184.
HSL color Cylindrical-coordinate representation of color #982555: hue angle of 334.96º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #982555 is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 37 | 85 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.40 |
| HSL | 334.96º | 0.61% | 0.37% | - |
| HSV(B) | 334.96º | 0.76% | 0.6% | - |
| XYZ | 15.25 | 8.65 | 9.46 | - |
| YUV | 76.86 | 132.6 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 37 | 85 | 0 | 0.76 | 0.44 | 0.40 | 334.96 | 0.61 | 0.37 |
| Hex | 98 | 25 | 55 | 0 | 4C | 2C | 28 | 14F | 3D | 25 |
| Octal | 230 | 45 | 125 | 0 | 114 | 54 | 50 | 517 | 75 | 45 |
| Binary | 10011000 | 100101 | 1010101 | 0 | 1001100 | 101100 | 101000 | 101001111 | 111101 | 100101 |
Color Harmonies of #982555
Complementary color
Monochromatic Colors of #982555
Black with #982555
Text Example
Text Example
White with #982555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982555; }
p { color: rgb(152,37,85); }
H1.HeaderClassName
{
color: #982555;
}
.AnyTagClassName
{
color: #982555;
}
</style>
background-color css
<style>
a { background-color: #982555; }
a { background-color: rgb(152,37,85); }
div.DivClassName
{
background-color: #982555;
}
.BgClassName
{
background-color: #982555;
}
</style>
border-color css
<style>
span { border-color: #982555; }
span { border-color: rgb(152,37,85); }
td.TdClassName
{
border-color: #982555;
}
.TagClassName
{
border-color: #982555;
}
</style>