Shades of Lipstick #992742
Tints of Lipstick #992742
RGB
CMYK
RGB Variations
Color information
#992742 (or 0x992742) is known color: Lipstick. HEX triplet: 99, 27 and 42. RGB value is (153,39,66). Sum of RGB (Red+Green+Blue) = 153+39+66=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #992742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992742 is #66D8BD. Grayscale: #4C4C4C. Windows color (decimal): -6740158 or 4335513. OLE color: 4335513.
HSL color Cylindrical-coordinate representation of color #992742: hue angle of 345.79º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #992742 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 39 | 66 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.4 |
| HSL | 345.79º | 0.59% | 0.38% | - |
| HSV(B) | 345.79º | 0.75% | 0.6% | - |
| XYZ | 14.85 | 8.62 | 6.03 | - |
| YUV | 76.16 | 122.27 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 39 | 66 | 0 | 0.75 | 0.57 | 0.4 | 345.79 | 0.59 | 0.38 |
| Hex | 99 | 27 | 42 | 0 | 4B | 39 | 28 | 15A | 3B | 26 |
| Octal | 231 | 47 | 102 | 0 | 113 | 71 | 50 | 532 | 73 | 46 |
| Binary | 10011001 | 100111 | 1000010 | 0 | 1001011 | 111001 | 101000 | 101011010 | 111011 | 100110 |
Color Harmonies of #992742
Complementary color
Monochromatic Colors of #992742
Black with #992742
Text Example
Text Example
White with #992742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992742; }
p { color: rgb(153,39,66); }
H1.HeaderClassName
{
color: #992742;
}
.AnyTagClassName
{
color: #992742;
}
</style>
background-color css
<style>
a { background-color: #992742; }
a { background-color: rgb(153,39,66); }
div.DivClassName
{
background-color: #992742;
}
.BgClassName
{
background-color: #992742;
}
</style>
border-color css
<style>
span { border-color: #992742; }
span { border-color: rgb(153,39,66); }
td.TdClassName
{
border-color: #992742;
}
.TagClassName
{
border-color: #992742;
}
</style>