Shades of Lipstick #982260
Tints of Lipstick #982260
RGB
CMYK
RGB Variations
Color information
#982260 (or 0x982260) is known color: Lipstick. HEX triplet: 98, 22 and 60. RGB value is (152,34,96). Sum of RGB (Red+Green+Blue) = 152+34+96=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #982260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982260 is #67DD9F. Grayscale: #4C4C4C. Windows color (decimal): -6806944 or 6300312. OLE color: 6300312.
HSL color Cylindrical-coordinate representation of color #982260: hue angle of 328.47º degrees, saturation: 0.63, 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 #982260 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 34 | 96 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.40 |
| HSL | 328.47º | 0.63% | 0.36% | - |
| HSV(B) | 328.47º | 0.78% | 0.6% | - |
| XYZ | 15.63 | 8.66 | 11.91 | - |
| YUV | 76.35 | 139.09 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 34 | 96 | 0 | 0.78 | 0.37 | 0.40 | 328.47 | 0.63 | 0.36 |
| Hex | 98 | 22 | 60 | 0 | 4E | 25 | 28 | 148 | 3F | 24 |
| Octal | 230 | 42 | 140 | 0 | 116 | 45 | 50 | 510 | 77 | 44 |
| Binary | 10011000 | 100010 | 1100000 | 0 | 1001110 | 100101 | 101000 | 101001000 | 111111 | 100100 |
Color Harmonies of #982260
Complementary color
Monochromatic Colors of #982260
Black with #982260
Text Example
Text Example
White with #982260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982260; }
p { color: rgb(152,34,96); }
H1.HeaderClassName
{
color: #982260;
}
.AnyTagClassName
{
color: #982260;
}
</style>
background-color css
<style>
a { background-color: #982260; }
a { background-color: rgb(152,34,96); }
div.DivClassName
{
background-color: #982260;
}
.BgClassName
{
background-color: #982260;
}
</style>
border-color css
<style>
span { border-color: #982260; }
span { border-color: rgb(152,34,96); }
td.TdClassName
{
border-color: #982260;
}
.TagClassName
{
border-color: #982260;
}
</style>