Shades of Lipstick #983149
Tints of Lipstick #983149
RGB
CMYK
RGB Variations
Color information
#983149 (or 0x983149) is known color: Lipstick. HEX triplet: 98, 31 and 49. RGB value is (152,49,73). Sum of RGB (Red+Green+Blue) = 152+49+73=274 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.47% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 152 - color contains mainly: red. Hex color #983149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983149 is #67CEB6. Grayscale: #525252. Windows color (decimal): -6803127 or 4796824. OLE color: 4796824.
HSL color Cylindrical-coordinate representation of color #983149: hue angle of 346.02º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983149 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 49 | 73 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.40 |
| HSL | 346.02º | 0.51% | 0.39% | - |
| HSV(B) | 346.02º | 0.68% | 0.6% | - |
| XYZ | 15.25 | 9.35 | 7.3 | - |
| YUV | 82.53 | 122.62 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 49 | 73 | 0 | 0.68 | 0.52 | 0.40 | 346.02 | 0.51 | 0.39 |
| Hex | 98 | 31 | 49 | 0 | 44 | 34 | 28 | 15A | 33 | 27 |
| Octal | 230 | 61 | 111 | 0 | 104 | 64 | 50 | 532 | 63 | 47 |
| Binary | 10011000 | 110001 | 1001001 | 0 | 1000100 | 110100 | 101000 | 101011010 | 110011 | 100111 |
Color Harmonies of #983149
Complementary color
Monochromatic Colors of #983149
Black with #983149
Text Example
Text Example
White with #983149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983149; }
p { color: rgb(152,49,73); }
H1.HeaderClassName
{
color: #983149;
}
.AnyTagClassName
{
color: #983149;
}
</style>
background-color css
<style>
a { background-color: #983149; }
a { background-color: rgb(152,49,73); }
div.DivClassName
{
background-color: #983149;
}
.BgClassName
{
background-color: #983149;
}
</style>
border-color css
<style>
span { border-color: #983149; }
span { border-color: rgb(152,49,73); }
td.TdClassName
{
border-color: #983149;
}
.TagClassName
{
border-color: #983149;
}
</style>