Shades of Lipstick #983249
Tints of Lipstick #983249
RGB
CMYK
RGB Variations
Color information
#983249 (or 0x983249) is known color: Lipstick. HEX triplet: 98, 32 and 49. RGB value is (152,50,73). Sum of RGB (Red+Green+Blue) = 152+50+73=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #983249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983249 is #67CDB6. Grayscale: #535353. Windows color (decimal): -6802871 or 4797080. OLE color: 4797080.
HSL color Cylindrical-coordinate representation of color #983249: hue angle of 346.47º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #983249 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 50 | 73 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.40 |
| HSL | 346.47º | 0.5% | 0.4% | - |
| HSV(B) | 346.47º | 0.67% | 0.6% | - |
| XYZ | 15.29 | 9.44 | 7.32 | - |
| YUV | 83.12 | 122.29 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 50 | 73 | 0 | 0.67 | 0.52 | 0.40 | 346.47 | 0.5 | 0.4 |
| Hex | 98 | 32 | 49 | 0 | 43 | 34 | 28 | 15A | 32 | 28 |
| Octal | 230 | 62 | 111 | 0 | 103 | 64 | 50 | 532 | 62 | 50 |
| Binary | 10011000 | 110010 | 1001001 | 0 | 1000011 | 110100 | 101000 | 101011010 | 110010 | 101000 |
Color Harmonies of #983249
Complementary color
Monochromatic Colors of #983249
Black with #983249
Text Example
Text Example
White with #983249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983249; }
p { color: rgb(152,50,73); }
H1.HeaderClassName
{
color: #983249;
}
.AnyTagClassName
{
color: #983249;
}
</style>
background-color css
<style>
a { background-color: #983249; }
a { background-color: rgb(152,50,73); }
div.DivClassName
{
background-color: #983249;
}
.BgClassName
{
background-color: #983249;
}
</style>
border-color css
<style>
span { border-color: #983249; }
span { border-color: rgb(152,50,73); }
td.TdClassName
{
border-color: #983249;
}
.TagClassName
{
border-color: #983249;
}
</style>