Shades of Lipstick #981952
Tints of Lipstick #981952
RGB
CMYK
RGB Variations
Color information
#981952 (or 0x981952) is known color: Lipstick. HEX triplet: 98, 19 and 52. RGB value is (152,25,82). Sum of RGB (Red+Green+Blue) = 152+25+82=259 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.69% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 152 - color contains mainly: red. Hex color #981952 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981952 is #67E6AD. Grayscale: #454545. Windows color (decimal): -6809262 or 5380504. OLE color: 5380504.
HSL color Cylindrical-coordinate representation of color #981952: hue angle of 333.07º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981952 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 25 | 82 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.40 |
| HSL | 333.07º | 0.72% | 0.35% | - |
| HSV(B) | 333.07º | 0.84% | 0.6% | - |
| XYZ | 14.82 | 7.98 | 8.74 | - |
| YUV | 69.47 | 135.08 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 25 | 82 | 0 | 0.84 | 0.46 | 0.40 | 333.07 | 0.72 | 0.35 |
| Hex | 98 | 19 | 52 | 0 | 54 | 2E | 28 | 14D | 48 | 23 |
| Octal | 230 | 31 | 122 | 0 | 124 | 56 | 50 | 515 | 110 | 43 |
| Binary | 10011000 | 11001 | 1010010 | 0 | 1010100 | 101110 | 101000 | 101001101 | 1001000 | 100011 |
Color Harmonies of #981952
Complementary color
Monochromatic Colors of #981952
Black with #981952
Text Example
Text Example
White with #981952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981952; }
p { color: rgb(152,25,82); }
H1.HeaderClassName
{
color: #981952;
}
.AnyTagClassName
{
color: #981952;
}
</style>
background-color css
<style>
a { background-color: #981952; }
a { background-color: rgb(152,25,82); }
div.DivClassName
{
background-color: #981952;
}
.BgClassName
{
background-color: #981952;
}
</style>
border-color css
<style>
span { border-color: #981952; }
span { border-color: rgb(152,25,82); }
td.TdClassName
{
border-color: #981952;
}
.TagClassName
{
border-color: #981952;
}
</style>