Shades of Lipstick #992846
Tints of Lipstick #992846
RGB
CMYK
RGB Variations
Color information
#992846 (or 0x992846) is known color: Lipstick. HEX triplet: 99, 28 and 46. RGB value is (153,40,70). Sum of RGB (Red+Green+Blue) = 153+40+70=263 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.17% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 153 - color contains mainly: red. Hex color #992846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992846 is #66D7B9. Grayscale: #4D4D4D. Windows color (decimal): -6739898 or 4597913. OLE color: 4597913.
HSL color Cylindrical-coordinate representation of color #992846: hue angle of 344.07º 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 #992846 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 40 | 70 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.4 |
| HSL | 344.07º | 0.59% | 0.38% | - |
| HSV(B) | 344.07º | 0.74% | 0.6% | - |
| XYZ | 15 | 8.73 | 6.69 | - |
| YUV | 77.21 | 123.94 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 40 | 70 | 0 | 0.74 | 0.54 | 0.4 | 344.07 | 0.59 | 0.38 |
| Hex | 99 | 28 | 46 | 0 | 4A | 36 | 28 | 158 | 3B | 26 |
| Octal | 231 | 50 | 106 | 0 | 112 | 66 | 50 | 530 | 73 | 46 |
| Binary | 10011001 | 101000 | 1000110 | 0 | 1001010 | 110110 | 101000 | 101011000 | 111011 | 100110 |
Color Harmonies of #992846
Complementary color
Monochromatic Colors of #992846
Black with #992846
Text Example
Text Example
White with #992846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992846; }
p { color: rgb(153,40,70); }
H1.HeaderClassName
{
color: #992846;
}
.AnyTagClassName
{
color: #992846;
}
</style>
background-color css
<style>
a { background-color: #992846; }
a { background-color: rgb(153,40,70); }
div.DivClassName
{
background-color: #992846;
}
.BgClassName
{
background-color: #992846;
}
</style>
border-color css
<style>
span { border-color: #992846; }
span { border-color: rgb(153,40,70); }
td.TdClassName
{
border-color: #992846;
}
.TagClassName
{
border-color: #992846;
}
</style>