Shades of Lipstick #981D59
Tints of Lipstick #981D59
RGB
CMYK
RGB Variations
Color information
#981D59 (or 0x981D59) is known color: Lipstick. HEX triplet: 98, 1D and 59. RGB value is (152,29,89). Sum of RGB (Red+Green+Blue) = 152+29+89=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 89 (35.16% from 255 or 32.96% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #981D59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981D59 is #67E2A6. Grayscale: #484848. Windows color (decimal): -6808231 or 5840280. OLE color: 5840280.
HSL color Cylindrical-coordinate representation of color #981D59: hue angle of 330.73º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #981D59 is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 29 | 89 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.40 |
| HSL | 330.73º | 0.68% | 0.35% | - |
| HSV(B) | 330.73º | 0.81% | 0.6% | - |
| XYZ | 15.19 | 8.28 | 10.25 | - |
| YUV | 72.62 | 137.25 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 29 | 89 | 0 | 0.81 | 0.41 | 0.40 | 330.73 | 0.68 | 0.35 |
| Hex | 98 | 1D | 59 | 0 | 51 | 29 | 28 | 14B | 44 | 23 |
| Octal | 230 | 35 | 131 | 0 | 121 | 51 | 50 | 513 | 104 | 43 |
| Binary | 10011000 | 11101 | 1011001 | 0 | 1010001 | 101001 | 101000 | 101001011 | 1000100 | 100011 |
Color Harmonies of #981D59
Complementary color
Monochromatic Colors of #981D59
Black with #981D59
Text Example
Text Example
White with #981D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981D59; }
p { color: rgb(152,29,89); }
H1.HeaderClassName
{
color: #981D59;
}
.AnyTagClassName
{
color: #981D59;
}
</style>
background-color css
<style>
a { background-color: #981D59; }
a { background-color: rgb(152,29,89); }
div.DivClassName
{
background-color: #981D59;
}
.BgClassName
{
background-color: #981D59;
}
</style>
border-color css
<style>
span { border-color: #981D59; }
span { border-color: rgb(152,29,89); }
td.TdClassName
{
border-color: #981D59;
}
.TagClassName
{
border-color: #981D59;
}
</style>