Shades of Lipstick #981B40
Tints of Lipstick #981B40
RGB
CMYK
RGB Variations
Color information
#981B40 (or 0x981B40) is known color: Lipstick. HEX triplet: 98, 1B and 40. RGB value is (152,27,64). Sum of RGB (Red+Green+Blue) = 152+27+64=243 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.55% from 243); Green value is 27 (10.94% from 255 or 11.11% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 152 - color contains mainly: red. Hex color #981B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981B40 is #67E4BF. Grayscale: #444444. Windows color (decimal): -6808768 or 4201368. OLE color: 4201368.
HSL color Cylindrical-coordinate representation of color #981B40: hue angle of 342.24º degrees, saturation: 0.7, 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 #981B40 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 27 | 64 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.40 |
| HSL | 342.24º | 0.7% | 0.35% | - |
| HSV(B) | 342.24º | 0.82% | 0.6% | - |
| XYZ | 14.27 | 7.83 | 5.61 | - |
| YUV | 68.59 | 125.41 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 27 | 64 | 0 | 0.82 | 0.58 | 0.40 | 342.24 | 0.7 | 0.35 |
| Hex | 98 | 1B | 40 | 0 | 52 | 3A | 28 | 156 | 46 | 23 |
| Octal | 230 | 33 | 100 | 0 | 122 | 72 | 50 | 526 | 106 | 43 |
| Binary | 10011000 | 11011 | 1000000 | 0 | 1010010 | 111010 | 101000 | 101010110 | 1000110 | 100011 |
Color Harmonies of #981B40
Complementary color
Monochromatic Colors of #981B40
Black with #981B40
Text Example
Text Example
White with #981B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981B40; }
p { color: rgb(152,27,64); }
H1.HeaderClassName
{
color: #981B40;
}
.AnyTagClassName
{
color: #981B40;
}
</style>
background-color css
<style>
a { background-color: #981B40; }
a { background-color: rgb(152,27,64); }
div.DivClassName
{
background-color: #981B40;
}
.BgClassName
{
background-color: #981B40;
}
</style>
border-color css
<style>
span { border-color: #981B40; }
span { border-color: rgb(152,27,64); }
td.TdClassName
{
border-color: #981B40;
}
.TagClassName
{
border-color: #981B40;
}
</style>