Shades of Lipstick #981A40
Tints of Lipstick #981A40
RGB
CMYK
RGB Variations
Color information
#981A40 (or 0x981A40) is known color: Lipstick. HEX triplet: 98, 1A and 40. RGB value is (152,26,64). Sum of RGB (Red+Green+Blue) = 152+26+64=242 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.81% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 152 - color contains mainly: red. Hex color #981A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981A40 is #67E5BF. Grayscale: #434343. Windows color (decimal): -6809024 or 4201112. OLE color: 4201112.
HSL color Cylindrical-coordinate representation of color #981A40: hue angle of 341.9º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #981A40 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 26 | 64 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.40 |
| HSL | 341.9º | 0.71% | 0.35% | - |
| HSV(B) | 341.9º | 0.83% | 0.6% | - |
| XYZ | 14.24 | 7.78 | 5.6 | - |
| YUV | 68.01 | 125.74 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 26 | 64 | 0 | 0.83 | 0.58 | 0.40 | 341.9 | 0.71 | 0.35 |
| Hex | 98 | 1A | 40 | 0 | 53 | 3A | 28 | 156 | 47 | 23 |
| Octal | 230 | 32 | 100 | 0 | 123 | 72 | 50 | 526 | 107 | 43 |
| Binary | 10011000 | 11010 | 1000000 | 0 | 1010011 | 111010 | 101000 | 101010110 | 1000111 | 100011 |
Color Harmonies of #981A40
Complementary color
Monochromatic Colors of #981A40
Black with #981A40
Text Example
Text Example
White with #981A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981A40; }
p { color: rgb(152,26,64); }
H1.HeaderClassName
{
color: #981A40;
}
.AnyTagClassName
{
color: #981A40;
}
</style>
background-color css
<style>
a { background-color: #981A40; }
a { background-color: rgb(152,26,64); }
div.DivClassName
{
background-color: #981A40;
}
.BgClassName
{
background-color: #981A40;
}
</style>
border-color css
<style>
span { border-color: #981A40; }
span { border-color: rgb(152,26,64); }
td.TdClassName
{
border-color: #981A40;
}
.TagClassName
{
border-color: #981A40;
}
</style>