Shades of Lipstick #981D58
Tints of Lipstick #981D58
RGB
CMYK
RGB Variations
Color information
#981D58 (or 0x981D58) is known color: Lipstick. HEX triplet: 98, 1D and 58. RGB value is (152,29,88). Sum of RGB (Red+Green+Blue) = 152+29+88=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 29 (11.72% from 255 or 10.78% from 269); Blue value is 88 (34.77% from 255 or 32.71% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #981D58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981D58 is #67E2A7. Grayscale: #484848. Windows color (decimal): -6808232 or 5774744. OLE color: 5774744.
HSL color Cylindrical-coordinate representation of color #981D58: hue angle of 331.22º 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 #981D58 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 29 | 88 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.40 |
| HSL | 331.22º | 0.68% | 0.35% | - |
| HSV(B) | 331.22º | 0.81% | 0.6% | - |
| XYZ | 15.15 | 8.26 | 10.03 | - |
| YUV | 72.5 | 136.75 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 29 | 88 | 0 | 0.81 | 0.42 | 0.40 | 331.22 | 0.68 | 0.35 |
| Hex | 98 | 1D | 58 | 0 | 51 | 2A | 28 | 14B | 44 | 23 |
| Octal | 230 | 35 | 130 | 0 | 121 | 52 | 50 | 513 | 104 | 43 |
| Binary | 10011000 | 11101 | 1011000 | 0 | 1010001 | 101010 | 101000 | 101001011 | 1000100 | 100011 |
Color Harmonies of #981D58
Complementary color
Monochromatic Colors of #981D58
Black with #981D58
Text Example
Text Example
White with #981D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981D58; }
p { color: rgb(152,29,88); }
H1.HeaderClassName
{
color: #981D58;
}
.AnyTagClassName
{
color: #981D58;
}
</style>
background-color css
<style>
a { background-color: #981D58; }
a { background-color: rgb(152,29,88); }
div.DivClassName
{
background-color: #981D58;
}
.BgClassName
{
background-color: #981D58;
}
</style>
border-color css
<style>
span { border-color: #981D58; }
span { border-color: rgb(152,29,88); }
td.TdClassName
{
border-color: #981D58;
}
.TagClassName
{
border-color: #981D58;
}
</style>