Shades of Lipstick #981749
Tints of Lipstick #981749
RGB
CMYK
RGB Variations
Color information
#981749 (or 0x981749) is known color: Lipstick. HEX triplet: 98, 17 and 49. RGB value is (152,23,73). Sum of RGB (Red+Green+Blue) = 152+23+73=248 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.29% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 152 - color contains mainly: red. Hex color #981749 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981749 is #67E8B6. Grayscale: #434343. Windows color (decimal): -6809783 or 4790168. OLE color: 4790168.
HSL color Cylindrical-coordinate representation of color #981749: hue angle of 336.74º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #981749 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 23 | 73 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.40 |
| HSL | 336.74º | 0.74% | 0.34% | - |
| HSV(B) | 336.74º | 0.85% | 0.6% | - |
| XYZ | 14.46 | 7.77 | 7.04 | - |
| YUV | 67.27 | 131.24 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 23 | 73 | 0 | 0.85 | 0.52 | 0.40 | 336.74 | 0.74 | 0.34 |
| Hex | 98 | 17 | 49 | 0 | 55 | 34 | 28 | 151 | 4A | 22 |
| Octal | 230 | 27 | 111 | 0 | 125 | 64 | 50 | 521 | 112 | 42 |
| Binary | 10011000 | 10111 | 1001001 | 0 | 1010101 | 110100 | 101000 | 101010001 | 1001010 | 100010 |
Color Harmonies of #981749
Complementary color
Monochromatic Colors of #981749
Black with #981749
Text Example
Text Example
White with #981749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981749; }
p { color: rgb(152,23,73); }
H1.HeaderClassName
{
color: #981749;
}
.AnyTagClassName
{
color: #981749;
}
</style>
background-color css
<style>
a { background-color: #981749; }
a { background-color: rgb(152,23,73); }
div.DivClassName
{
background-color: #981749;
}
.BgClassName
{
background-color: #981749;
}
</style>
border-color css
<style>
span { border-color: #981749; }
span { border-color: rgb(152,23,73); }
td.TdClassName
{
border-color: #981749;
}
.TagClassName
{
border-color: #981749;
}
</style>