Shades of Lipstick #982845
Tints of Lipstick #982845
RGB
CMYK
RGB Variations
Color information
#982845 (or 0x982845) is known color: Lipstick. HEX triplet: 98, 28 and 45. RGB value is (152,40,69). Sum of RGB (Red+Green+Blue) = 152+40+69=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 69 (27.34% from 255 or 26.44% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #982845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982845 is #67D7BA. Grayscale: #4C4C4C. Windows color (decimal): -6805435 or 4532376. OLE color: 4532376.
HSL color Cylindrical-coordinate representation of color #982845: hue angle of 344.46º 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 #982845 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 40 | 69 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.40 |
| HSL | 344.46º | 0.58% | 0.38% | - |
| HSV(B) | 344.46º | 0.74% | 0.6% | - |
| XYZ | 14.78 | 8.62 | 6.52 | - |
| YUV | 76.79 | 123.61 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 40 | 69 | 0 | 0.74 | 0.55 | 0.40 | 344.46 | 0.58 | 0.38 |
| Hex | 98 | 28 | 45 | 0 | 4A | 37 | 28 | 158 | 3A | 26 |
| Octal | 230 | 50 | 105 | 0 | 112 | 67 | 50 | 530 | 72 | 46 |
| Binary | 10011000 | 101000 | 1000101 | 0 | 1001010 | 110111 | 101000 | 101011000 | 111010 | 100110 |
Color Harmonies of #982845
Complementary color
Monochromatic Colors of #982845
Black with #982845
Text Example
Text Example
White with #982845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982845; }
p { color: rgb(152,40,69); }
H1.HeaderClassName
{
color: #982845;
}
.AnyTagClassName
{
color: #982845;
}
</style>
background-color css
<style>
a { background-color: #982845; }
a { background-color: rgb(152,40,69); }
div.DivClassName
{
background-color: #982845;
}
.BgClassName
{
background-color: #982845;
}
</style>
border-color css
<style>
span { border-color: #982845; }
span { border-color: rgb(152,40,69); }
td.TdClassName
{
border-color: #982845;
}
.TagClassName
{
border-color: #982845;
}
</style>