Shades of Lipstick #982C5E
Tints of Lipstick #982C5E
RGB
CMYK
RGB Variations
Color information
#982C5E (or 0x982C5E) is known color: Lipstick. HEX triplet: 98, 2C and 5E. RGB value is (152,44,94). Sum of RGB (Red+Green+Blue) = 152+44+94=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 44 (17.58% from 255 or 15.17% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #982C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982C5E is #67D3A1. Grayscale: #515151. Windows color (decimal): -6804386 or 6171800. OLE color: 6171800.
HSL color Cylindrical-coordinate representation of color #982C5E: hue angle of 332.22º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #982C5E is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 44 | 94 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.40 |
| HSL | 332.22º | 0.55% | 0.38% | - |
| HSV(B) | 332.22º | 0.71% | 0.6% | - |
| XYZ | 15.87 | 9.28 | 11.55 | - |
| YUV | 81.99 | 134.78 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 44 | 94 | 0 | 0.71 | 0.38 | 0.40 | 332.22 | 0.55 | 0.38 |
| Hex | 98 | 2C | 5E | 0 | 47 | 26 | 28 | 14C | 37 | 26 |
| Octal | 230 | 54 | 136 | 0 | 107 | 46 | 50 | 514 | 67 | 46 |
| Binary | 10011000 | 101100 | 1011110 | 0 | 1000111 | 100110 | 101000 | 101001100 | 110111 | 100110 |
Color Harmonies of #982C5E
Complementary color
Monochromatic Colors of #982C5E
Black with #982C5E
Text Example
Text Example
White with #982C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982C5E; }
p { color: rgb(152,44,94); }
H1.HeaderClassName
{
color: #982C5E;
}
.AnyTagClassName
{
color: #982C5E;
}
</style>
background-color css
<style>
a { background-color: #982C5E; }
a { background-color: rgb(152,44,94); }
div.DivClassName
{
background-color: #982C5E;
}
.BgClassName
{
background-color: #982C5E;
}
</style>
border-color css
<style>
span { border-color: #982C5E; }
span { border-color: rgb(152,44,94); }
td.TdClassName
{
border-color: #982C5E;
}
.TagClassName
{
border-color: #982C5E;
}
</style>