Shades of Lipstick #981D42
Tints of Lipstick #981D42
RGB
CMYK
RGB Variations
Color information
#981D42 (or 0x981D42) is known color: Lipstick. HEX triplet: 98, 1D and 42. RGB value is (152,29,66). Sum of RGB (Red+Green+Blue) = 152+29+66=247 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.54% from 247); Green value is 29 (11.72% from 255 or 11.74% from 247); Blue value is 66 (26.17% from 255 or 26.72% from 247); Max value from RGB is 152 - color contains mainly: red. Hex color #981D42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981D42 is #67E2BD. Grayscale: #454545. Windows color (decimal): -6808254 or 4332952. OLE color: 4332952.
HSL color Cylindrical-coordinate representation of color #981D42: hue angle of 341.95º 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 #981D42 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 29 | 66 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.40 |
| HSL | 341.95º | 0.68% | 0.35% | - |
| HSV(B) | 341.95º | 0.81% | 0.6% | - |
| XYZ | 14.37 | 7.95 | 5.93 | - |
| YUV | 70 | 125.75 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 29 | 66 | 0 | 0.81 | 0.57 | 0.40 | 341.95 | 0.68 | 0.35 |
| Hex | 98 | 1D | 42 | 0 | 51 | 39 | 28 | 156 | 44 | 23 |
| Octal | 230 | 35 | 102 | 0 | 121 | 71 | 50 | 526 | 104 | 43 |
| Binary | 10011000 | 11101 | 1000010 | 0 | 1010001 | 111001 | 101000 | 101010110 | 1000100 | 100011 |
Color Harmonies of #981D42
Complementary color
Monochromatic Colors of #981D42
Black with #981D42
Text Example
Text Example
White with #981D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981D42; }
p { color: rgb(152,29,66); }
H1.HeaderClassName
{
color: #981D42;
}
.AnyTagClassName
{
color: #981D42;
}
</style>
background-color css
<style>
a { background-color: #981D42; }
a { background-color: rgb(152,29,66); }
div.DivClassName
{
background-color: #981D42;
}
.BgClassName
{
background-color: #981D42;
}
</style>
border-color css
<style>
span { border-color: #981D42; }
span { border-color: rgb(152,29,66); }
td.TdClassName
{
border-color: #981D42;
}
.TagClassName
{
border-color: #981D42;
}
</style>