Shades of Lipstick #981650
Tints of Lipstick #981650
RGB
CMYK
RGB Variations
Color information
#981650 (or 0x981650) is known color: Lipstick. HEX triplet: 98, 16 and 50. RGB value is (152,22,80). Sum of RGB (Red+Green+Blue) = 152+22+80=254 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.84% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 152 - color contains mainly: red. Hex color #981650 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981650 is #67E9AF. Grayscale: #434343. Windows color (decimal): -6810032 or 5248664. OLE color: 5248664.
HSL color Cylindrical-coordinate representation of color #981650: hue angle of 333.23º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981650 is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 22 | 80 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.40 |
| HSL | 333.23º | 0.75% | 0.34% | - |
| HSV(B) | 333.23º | 0.86% | 0.6% | - |
| XYZ | 14.68 | 7.83 | 8.33 | - |
| YUV | 67.48 | 135.07 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 22 | 80 | 0 | 0.86 | 0.47 | 0.40 | 333.23 | 0.75 | 0.34 |
| Hex | 98 | 16 | 50 | 0 | 56 | 2F | 28 | 14D | 4B | 22 |
| Octal | 230 | 26 | 120 | 0 | 126 | 57 | 50 | 515 | 113 | 42 |
| Binary | 10011000 | 10110 | 1010000 | 0 | 1010110 | 101111 | 101000 | 101001101 | 1001011 | 100010 |
Color Harmonies of #981650
Complementary color
Monochromatic Colors of #981650
Black with #981650
Text Example
Text Example
White with #981650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981650; }
p { color: rgb(152,22,80); }
H1.HeaderClassName
{
color: #981650;
}
.AnyTagClassName
{
color: #981650;
}
</style>
background-color css
<style>
a { background-color: #981650; }
a { background-color: rgb(152,22,80); }
div.DivClassName
{
background-color: #981650;
}
.BgClassName
{
background-color: #981650;
}
</style>
border-color css
<style>
span { border-color: #981650; }
span { border-color: rgb(152,22,80); }
td.TdClassName
{
border-color: #981650;
}
.TagClassName
{
border-color: #981650;
}
</style>