Shades of Lipstick #982C63
Tints of Lipstick #982C63
RGB
CMYK
RGB Variations
Color information
#982C63 (or 0x982C63) is known color: Lipstick. HEX triplet: 98, 2C and 63. RGB value is (152,44,99). Sum of RGB (Red+Green+Blue) = 152+44+99=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #982C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982C63 is #67D39C. Grayscale: #525252. Windows color (decimal): -6804381 or 6499480. OLE color: 6499480.
HSL color Cylindrical-coordinate representation of color #982C63: hue angle of 329.44º 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 #982C63 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 44 | 99 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.40 |
| HSL | 329.44º | 0.55% | 0.38% | - |
| HSV(B) | 329.44º | 0.71% | 0.6% | - |
| XYZ | 16.1 | 9.38 | 12.77 | - |
| YUV | 82.56 | 137.28 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 44 | 99 | 0 | 0.71 | 0.35 | 0.40 | 329.44 | 0.55 | 0.38 |
| Hex | 98 | 2C | 63 | 0 | 47 | 23 | 28 | 149 | 37 | 26 |
| Octal | 230 | 54 | 143 | 0 | 107 | 43 | 50 | 511 | 67 | 46 |
| Binary | 10011000 | 101100 | 1100011 | 0 | 1000111 | 100011 | 101000 | 101001001 | 110111 | 100110 |
Color Harmonies of #982C63
Complementary color
Monochromatic Colors of #982C63
Black with #982C63
Text Example
Text Example
White with #982C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982C63; }
p { color: rgb(152,44,99); }
H1.HeaderClassName
{
color: #982C63;
}
.AnyTagClassName
{
color: #982C63;
}
</style>
background-color css
<style>
a { background-color: #982C63; }
a { background-color: rgb(152,44,99); }
div.DivClassName
{
background-color: #982C63;
}
.BgClassName
{
background-color: #982C63;
}
</style>
border-color css
<style>
span { border-color: #982C63; }
span { border-color: rgb(152,44,99); }
td.TdClassName
{
border-color: #982C63;
}
.TagClassName
{
border-color: #982C63;
}
</style>