Shades of Lipstick #982853
Tints of Lipstick #982853
RGB
CMYK
RGB Variations
Color information
#982853 (or 0x982853) is known color: Lipstick. HEX triplet: 98, 28 and 53. RGB value is (152,40,83). Sum of RGB (Red+Green+Blue) = 152+40+83=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 83 (32.81% from 255 or 30.18% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #982853 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982853 is #67D7AC. Grayscale: #4E4E4E. Windows color (decimal): -6805421 or 5449880. OLE color: 5449880.
HSL color Cylindrical-coordinate representation of color #982853: hue angle of 336.96º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #982853 is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 40 | 83 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.40 |
| HSL | 336.96º | 0.58% | 0.38% | - |
| HSV(B) | 336.96º | 0.74% | 0.6% | - |
| XYZ | 15.27 | 8.82 | 9.08 | - |
| YUV | 78.39 | 130.61 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 40 | 83 | 0 | 0.74 | 0.45 | 0.40 | 336.96 | 0.58 | 0.38 |
| Hex | 98 | 28 | 53 | 0 | 4A | 2D | 28 | 151 | 3A | 26 |
| Octal | 230 | 50 | 123 | 0 | 112 | 55 | 50 | 521 | 72 | 46 |
| Binary | 10011000 | 101000 | 1010011 | 0 | 1001010 | 101101 | 101000 | 101010001 | 111010 | 100110 |
Color Harmonies of #982853
Complementary color
Monochromatic Colors of #982853
Black with #982853
Text Example
Text Example
White with #982853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982853; }
p { color: rgb(152,40,83); }
H1.HeaderClassName
{
color: #982853;
}
.AnyTagClassName
{
color: #982853;
}
</style>
background-color css
<style>
a { background-color: #982853; }
a { background-color: rgb(152,40,83); }
div.DivClassName
{
background-color: #982853;
}
.BgClassName
{
background-color: #982853;
}
</style>
border-color css
<style>
span { border-color: #982853; }
span { border-color: rgb(152,40,83); }
td.TdClassName
{
border-color: #982853;
}
.TagClassName
{
border-color: #982853;
}
</style>