Shades of Lipstick #981C40
Tints of Lipstick #981C40
RGB
CMYK
RGB Variations
Color information
#981C40 (or 0x981C40) is known color: Lipstick. HEX triplet: 98, 1C and 40. RGB value is (152,28,64). Sum of RGB (Red+Green+Blue) = 152+28+64=244 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.30% from 244); Green value is 28 (11.33% from 255 or 11.48% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 152 - color contains mainly: red. Hex color #981C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981C40 is #67E3BF. Grayscale: #454545. Windows color (decimal): -6808512 or 4201624. OLE color: 4201624.
HSL color Cylindrical-coordinate representation of color #981C40: hue angle of 342.58º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #981C40 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 28 | 64 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.40 |
| HSL | 342.58º | 0.69% | 0.35% | - |
| HSV(B) | 342.58º | 0.82% | 0.6% | - |
| XYZ | 14.29 | 7.88 | 5.62 | - |
| YUV | 69.18 | 125.08 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 28 | 64 | 0 | 0.82 | 0.58 | 0.40 | 342.58 | 0.69 | 0.35 |
| Hex | 98 | 1C | 40 | 0 | 52 | 3A | 28 | 157 | 45 | 23 |
| Octal | 230 | 34 | 100 | 0 | 122 | 72 | 50 | 527 | 105 | 43 |
| Binary | 10011000 | 11100 | 1000000 | 0 | 1010010 | 111010 | 101000 | 101010111 | 1000101 | 100011 |
Color Harmonies of #981C40
Complementary color
Monochromatic Colors of #981C40
Black with #981C40
Text Example
Text Example
White with #981C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981C40; }
p { color: rgb(152,28,64); }
H1.HeaderClassName
{
color: #981C40;
}
.AnyTagClassName
{
color: #981C40;
}
</style>
background-color css
<style>
a { background-color: #981C40; }
a { background-color: rgb(152,28,64); }
div.DivClassName
{
background-color: #981C40;
}
.BgClassName
{
background-color: #981C40;
}
</style>
border-color css
<style>
span { border-color: #981C40; }
span { border-color: rgb(152,28,64); }
td.TdClassName
{
border-color: #981C40;
}
.TagClassName
{
border-color: #981C40;
}
</style>