Shades of Lipstick #992845
Tints of Lipstick #992845
RGB
CMYK
RGB Variations
Color information
#992845 (or 0x992845) is known color: Lipstick. HEX triplet: 99, 28 and 45. RGB value is (153,40,69). Sum of RGB (Red+Green+Blue) = 153+40+69=262 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.40% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 69 (27.34% from 255 or 26.34% from 262); Max value from RGB is 153 - color contains mainly: red. Hex color #992845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992845 is #66D7BA. Grayscale: #4D4D4D. Windows color (decimal): -6739899 or 4532377. OLE color: 4532377.
HSL color Cylindrical-coordinate representation of color #992845: hue angle of 344.6º degrees, saturation: 0.59, 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 #992845 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 40 | 69 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.4 |
| HSL | 344.6º | 0.59% | 0.38% | - |
| HSV(B) | 344.6º | 0.74% | 0.6% | - |
| XYZ | 14.97 | 8.72 | 6.52 | - |
| YUV | 77.09 | 123.44 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 40 | 69 | 0 | 0.74 | 0.55 | 0.4 | 344.6 | 0.59 | 0.38 |
| Hex | 99 | 28 | 45 | 0 | 4A | 37 | 28 | 159 | 3B | 26 |
| Octal | 231 | 50 | 105 | 0 | 112 | 67 | 50 | 531 | 73 | 46 |
| Binary | 10011001 | 101000 | 1000101 | 0 | 1001010 | 110111 | 101000 | 101011001 | 111011 | 100110 |
Color Harmonies of #992845
Complementary color
Monochromatic Colors of #992845
Black with #992845
Text Example
Text Example
White with #992845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992845; }
p { color: rgb(153,40,69); }
H1.HeaderClassName
{
color: #992845;
}
.AnyTagClassName
{
color: #992845;
}
</style>
background-color css
<style>
a { background-color: #992845; }
a { background-color: rgb(153,40,69); }
div.DivClassName
{
background-color: #992845;
}
.BgClassName
{
background-color: #992845;
}
</style>
border-color css
<style>
span { border-color: #992845; }
span { border-color: rgb(153,40,69); }
td.TdClassName
{
border-color: #992845;
}
.TagClassName
{
border-color: #992845;
}
</style>