Shades of Lipstick #981852
Tints of Lipstick #981852
RGB
CMYK
RGB Variations
Color information
#981852 (or 0x981852) is known color: Lipstick. HEX triplet: 98, 18 and 52. RGB value is (152,24,82). Sum of RGB (Red+Green+Blue) = 152+24+82=258 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.91% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 152 - color contains mainly: red. Hex color #981852 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981852 is #67E7AD. Grayscale: #444444. Windows color (decimal): -6809518 or 5380248. OLE color: 5380248.
HSL color Cylindrical-coordinate representation of color #981852: hue angle of 332.81º degrees, saturation: 0.73, 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 #981852 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 24 | 82 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.40 |
| HSL | 332.81º | 0.73% | 0.35% | - |
| HSV(B) | 332.81º | 0.84% | 0.6% | - |
| XYZ | 14.8 | 7.94 | 8.73 | - |
| YUV | 68.88 | 135.41 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 24 | 82 | 0 | 0.84 | 0.46 | 0.40 | 332.81 | 0.73 | 0.35 |
| Hex | 98 | 18 | 52 | 0 | 54 | 2E | 28 | 14D | 49 | 23 |
| Octal | 230 | 30 | 122 | 0 | 124 | 56 | 50 | 515 | 111 | 43 |
| Binary | 10011000 | 11000 | 1010010 | 0 | 1010100 | 101110 | 101000 | 101001101 | 1001001 | 100011 |
Color Harmonies of #981852
Complementary color
Monochromatic Colors of #981852
Black with #981852
Text Example
Text Example
White with #981852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981852; }
p { color: rgb(152,24,82); }
H1.HeaderClassName
{
color: #981852;
}
.AnyTagClassName
{
color: #981852;
}
</style>
background-color css
<style>
a { background-color: #981852; }
a { background-color: rgb(152,24,82); }
div.DivClassName
{
background-color: #981852;
}
.BgClassName
{
background-color: #981852;
}
</style>
border-color css
<style>
span { border-color: #981852; }
span { border-color: rgb(152,24,82); }
td.TdClassName
{
border-color: #981852;
}
.TagClassName
{
border-color: #981852;
}
</style>