Shades of Lipstick #982455
Tints of Lipstick #982455
RGB
CMYK
RGB Variations
Color information
#982455 (or 0x982455) is known color: Lipstick. HEX triplet: 98, 24 and 55. RGB value is (152,36,85). Sum of RGB (Red+Green+Blue) = 152+36+85=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #982455 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982455 is #67DBAA. Grayscale: #4C4C4C. Windows color (decimal): -6806443 or 5579928. OLE color: 5579928.
HSL color Cylindrical-coordinate representation of color #982455: hue angle of 334.66º degrees, saturation: 0.62, 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 #982455 is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 36 | 85 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.40 |
| HSL | 334.66º | 0.62% | 0.37% | - |
| HSV(B) | 334.66º | 0.76% | 0.6% | - |
| XYZ | 15.22 | 8.59 | 9.45 | - |
| YUV | 76.27 | 132.93 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 36 | 85 | 0 | 0.76 | 0.44 | 0.40 | 334.66 | 0.62 | 0.37 |
| Hex | 98 | 24 | 55 | 0 | 4C | 2C | 28 | 14F | 3E | 25 |
| Octal | 230 | 44 | 125 | 0 | 114 | 54 | 50 | 517 | 76 | 45 |
| Binary | 10011000 | 100100 | 1010101 | 0 | 1001100 | 101100 | 101000 | 101001111 | 111110 | 100101 |
Color Harmonies of #982455
Complementary color
Monochromatic Colors of #982455
Black with #982455
Text Example
Text Example
White with #982455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982455; }
p { color: rgb(152,36,85); }
H1.HeaderClassName
{
color: #982455;
}
.AnyTagClassName
{
color: #982455;
}
</style>
background-color css
<style>
a { background-color: #982455; }
a { background-color: rgb(152,36,85); }
div.DivClassName
{
background-color: #982455;
}
.BgClassName
{
background-color: #982455;
}
</style>
border-color css
<style>
span { border-color: #982455; }
span { border-color: rgb(152,36,85); }
td.TdClassName
{
border-color: #982455;
}
.TagClassName
{
border-color: #982455;
}
</style>