Shades of Lipstick #982F5E
Tints of Lipstick #982F5E
RGB
CMYK
RGB Variations
Color information
#982F5E (or 0x982F5E) is known color: Lipstick. HEX triplet: 98, 2F and 5E. RGB value is (152,47,94). Sum of RGB (Red+Green+Blue) = 152+47+94=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 47 (18.75% from 255 or 16.04% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #982F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982F5E is #67D0A1. Grayscale: #535353. Windows color (decimal): -6803618 or 6172568. OLE color: 6172568.
HSL color Cylindrical-coordinate representation of color #982F5E: hue angle of 333.14º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #982F5E is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 47 | 94 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.40 |
| HSL | 333.14º | 0.53% | 0.39% | - |
| HSV(B) | 333.14º | 0.69% | 0.6% | - |
| XYZ | 15.99 | 9.52 | 11.58 | - |
| YUV | 83.75 | 133.79 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 47 | 94 | 0 | 0.69 | 0.38 | 0.40 | 333.14 | 0.53 | 0.39 |
| Hex | 98 | 2F | 5E | 0 | 45 | 26 | 28 | 14D | 35 | 27 |
| Octal | 230 | 57 | 136 | 0 | 105 | 46 | 50 | 515 | 65 | 47 |
| Binary | 10011000 | 101111 | 1011110 | 0 | 1000101 | 100110 | 101000 | 101001101 | 110101 | 100111 |
Color Harmonies of #982F5E
Complementary color
Monochromatic Colors of #982F5E
Black with #982F5E
Text Example
Text Example
White with #982F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982F5E; }
p { color: rgb(152,47,94); }
H1.HeaderClassName
{
color: #982F5E;
}
.AnyTagClassName
{
color: #982F5E;
}
</style>
background-color css
<style>
a { background-color: #982F5E; }
a { background-color: rgb(152,47,94); }
div.DivClassName
{
background-color: #982F5E;
}
.BgClassName
{
background-color: #982F5E;
}
</style>
border-color css
<style>
span { border-color: #982F5E; }
span { border-color: rgb(152,47,94); }
td.TdClassName
{
border-color: #982F5E;
}
.TagClassName
{
border-color: #982F5E;
}
</style>