Shades of Lipstick #992260
Tints of Lipstick #992260
RGB
CMYK
RGB Variations
Color information
#992260 (or 0x992260) is known color: Lipstick. HEX triplet: 99, 22 and 60. RGB value is (153,34,96). Sum of RGB (Red+Green+Blue) = 153+34+96=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #992260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992260 is #66DD9F. Grayscale: #4C4C4C. Windows color (decimal): -6741408 or 6300313. OLE color: 6300313.
HSL color Cylindrical-coordinate representation of color #992260: hue angle of 328.74º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992260 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 34 | 96 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.4 |
| HSL | 328.74º | 0.64% | 0.37% | - |
| HSV(B) | 328.74º | 0.78% | 0.6% | - |
| XYZ | 15.82 | 8.76 | 11.92 | - |
| YUV | 76.65 | 138.92 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 34 | 96 | 0 | 0.78 | 0.37 | 0.4 | 328.74 | 0.64 | 0.37 |
| Hex | 99 | 22 | 60 | 0 | 4E | 25 | 28 | 149 | 40 | 25 |
| Octal | 231 | 42 | 140 | 0 | 116 | 45 | 50 | 511 | 100 | 45 |
| Binary | 10011001 | 100010 | 1100000 | 0 | 1001110 | 100101 | 101000 | 101001001 | 1000000 | 100101 |
Color Harmonies of #992260
Complementary color
Monochromatic Colors of #992260
Black with #992260
Text Example
Text Example
White with #992260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992260; }
p { color: rgb(153,34,96); }
H1.HeaderClassName
{
color: #992260;
}
.AnyTagClassName
{
color: #992260;
}
</style>
background-color css
<style>
a { background-color: #992260; }
a { background-color: rgb(153,34,96); }
div.DivClassName
{
background-color: #992260;
}
.BgClassName
{
background-color: #992260;
}
</style>
border-color css
<style>
span { border-color: #992260; }
span { border-color: rgb(153,34,96); }
td.TdClassName
{
border-color: #992260;
}
.TagClassName
{
border-color: #992260;
}
</style>