Shades of Lipstick #981040
Tints of Lipstick #981040
RGB
CMYK
RGB Variations
Color information
#981040 (or 0x981040) is known color: Lipstick. HEX triplet: 98, 10 and 40. RGB value is (152,16,64). Sum of RGB (Red+Green+Blue) = 152+16+64=232 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.52% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 152 - color contains mainly: red. Hex color #981040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981040 is #67EFBF. Grayscale: #3E3E3E. Windows color (decimal): -6811584 or 4198552. OLE color: 4198552.
HSL color Cylindrical-coordinate representation of color #981040: hue angle of 338.82º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981040 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 16 | 64 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.40 |
| HSL | 338.82º | 0.81% | 0.33% | - |
| HSV(B) | 338.82º | 0.89% | 0.6% | - |
| XYZ | 14.06 | 7.42 | 5.54 | - |
| YUV | 62.14 | 129.06 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 16 | 64 | 0 | 0.89 | 0.58 | 0.40 | 338.82 | 0.81 | 0.33 |
| Hex | 98 | 10 | 40 | 0 | 59 | 3A | 28 | 153 | 51 | 21 |
| Octal | 230 | 20 | 100 | 0 | 131 | 72 | 50 | 523 | 121 | 41 |
| Binary | 10011000 | 10000 | 1000000 | 0 | 1011001 | 111010 | 101000 | 101010011 | 1010001 | 100001 |
Color Harmonies of #981040
Complementary color
Monochromatic Colors of #981040
Black with #981040
Text Example
Text Example
White with #981040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981040; }
p { color: rgb(152,16,64); }
H1.HeaderClassName
{
color: #981040;
}
.AnyTagClassName
{
color: #981040;
}
</style>
background-color css
<style>
a { background-color: #981040; }
a { background-color: rgb(152,16,64); }
div.DivClassName
{
background-color: #981040;
}
.BgClassName
{
background-color: #981040;
}
</style>
border-color css
<style>
span { border-color: #981040; }
span { border-color: rgb(152,16,64); }
td.TdClassName
{
border-color: #981040;
}
.TagClassName
{
border-color: #981040;
}
</style>