Shades of Lipstick #981647
Tints of Lipstick #981647
RGB
CMYK
RGB Variations
Color information
#981647 (or 0x981647) is known color: Lipstick. HEX triplet: 98, 16 and 47. RGB value is (152,22,71). Sum of RGB (Red+Green+Blue) = 152+22+71=245 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.04% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 71 (28.12% from 255 or 28.98% from 245); Max value from RGB is 152 - color contains mainly: red. Hex color #981647 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981647 is #67E9B8. Grayscale: #424242. Windows color (decimal): -6810041 or 4658840. OLE color: 4658840.
HSL color Cylindrical-coordinate representation of color #981647: hue angle of 337.38º 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 #981647 is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 22 | 71 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.40 |
| HSL | 337.38º | 0.75% | 0.34% | - |
| HSV(B) | 337.38º | 0.86% | 0.6% | - |
| XYZ | 14.37 | 7.7 | 6.69 | - |
| YUV | 66.46 | 130.57 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 22 | 71 | 0 | 0.86 | 0.53 | 0.40 | 337.38 | 0.75 | 0.34 |
| Hex | 98 | 16 | 47 | 0 | 56 | 35 | 28 | 151 | 4B | 22 |
| Octal | 230 | 26 | 107 | 0 | 126 | 65 | 50 | 521 | 113 | 42 |
| Binary | 10011000 | 10110 | 1000111 | 0 | 1010110 | 110101 | 101000 | 101010001 | 1001011 | 100010 |
Color Harmonies of #981647
Complementary color
Monochromatic Colors of #981647
Black with #981647
Text Example
Text Example
White with #981647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981647; }
p { color: rgb(152,22,71); }
H1.HeaderClassName
{
color: #981647;
}
.AnyTagClassName
{
color: #981647;
}
</style>
background-color css
<style>
a { background-color: #981647; }
a { background-color: rgb(152,22,71); }
div.DivClassName
{
background-color: #981647;
}
.BgClassName
{
background-color: #981647;
}
</style>
border-color css
<style>
span { border-color: #981647; }
span { border-color: rgb(152,22,71); }
td.TdClassName
{
border-color: #981647;
}
.TagClassName
{
border-color: #981647;
}
</style>