Shades of Lipstick #982C44
Tints of Lipstick #982C44
RGB
CMYK
RGB Variations
Color information
#982C44 (or 0x982C44) is known color: Lipstick. HEX triplet: 98, 2C and 44. RGB value is (152,44,68). Sum of RGB (Red+Green+Blue) = 152+44+68=264 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.58% from 264); Green value is 44 (17.58% from 255 or 16.67% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 152 - color contains mainly: red. Hex color #982C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982C44 is #67D3BB. Grayscale: #4F4F4F. Windows color (decimal): -6804412 or 4467864. OLE color: 4467864.
HSL color Cylindrical-coordinate representation of color #982C44: hue angle of 346.67º 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 #982C44 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 44 | 68 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.40 |
| HSL | 346.67º | 0.55% | 0.38% | - |
| HSV(B) | 346.67º | 0.71% | 0.6% | - |
| XYZ | 14.89 | 8.89 | 6.4 | - |
| YUV | 79.03 | 121.78 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 44 | 68 | 0 | 0.71 | 0.55 | 0.40 | 346.67 | 0.55 | 0.38 |
| Hex | 98 | 2C | 44 | 0 | 47 | 37 | 28 | 15B | 37 | 26 |
| Octal | 230 | 54 | 104 | 0 | 107 | 67 | 50 | 533 | 67 | 46 |
| Binary | 10011000 | 101100 | 1000100 | 0 | 1000111 | 110111 | 101000 | 101011011 | 110111 | 100110 |
Color Harmonies of #982C44
Complementary color
Monochromatic Colors of #982C44
Black with #982C44
Text Example
Text Example
White with #982C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982C44; }
p { color: rgb(152,44,68); }
H1.HeaderClassName
{
color: #982C44;
}
.AnyTagClassName
{
color: #982C44;
}
</style>
background-color css
<style>
a { background-color: #982C44; }
a { background-color: rgb(152,44,68); }
div.DivClassName
{
background-color: #982C44;
}
.BgClassName
{
background-color: #982C44;
}
</style>
border-color css
<style>
span { border-color: #982C44; }
span { border-color: rgb(152,44,68); }
td.TdClassName
{
border-color: #982C44;
}
.TagClassName
{
border-color: #982C44;
}
</style>