Shades of Lipstick #99296A
Tints of Lipstick #99296A
RGB
CMYK
RGB Variations
Color information
#99296A (or 0x99296A) is known color: Lipstick. HEX triplet: 99, 29 and 6A. RGB value is (153,41,106). Sum of RGB (Red+Green+Blue) = 153+41+106=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #99296A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99296A is #66D695. Grayscale: #515151. Windows color (decimal): -6739606 or 6957465. OLE color: 6957465.
HSL color Cylindrical-coordinate representation of color #99296A: hue angle of 325.18º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #99296A is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 41 | 106 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.4 |
| HSL | 325.18º | 0.58% | 0.38% | - |
| HSV(B) | 325.18º | 0.73% | 0.6% | - |
| XYZ | 16.53 | 9.4 | 14.58 | - |
| YUV | 81.9 | 141.61 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 41 | 106 | 0 | 0.73 | 0.31 | 0.4 | 325.18 | 0.58 | 0.38 |
| Hex | 99 | 29 | 6A | 0 | 49 | 1F | 28 | 145 | 3A | 26 |
| Octal | 231 | 51 | 152 | 0 | 111 | 37 | 50 | 505 | 72 | 46 |
| Binary | 10011001 | 101001 | 1101010 | 0 | 1001001 | 11111 | 101000 | 101000101 | 111010 | 100110 |
Color Harmonies of #99296A
Complementary color
Monochromatic Colors of #99296A
Black with #99296A
Text Example
Text Example
White with #99296A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99296A; }
p { color: rgb(153,41,106); }
H1.HeaderClassName
{
color: #99296A;
}
.AnyTagClassName
{
color: #99296A;
}
</style>
background-color css
<style>
a { background-color: #99296A; }
a { background-color: rgb(153,41,106); }
div.DivClassName
{
background-color: #99296A;
}
.BgClassName
{
background-color: #99296A;
}
</style>
border-color css
<style>
span { border-color: #99296A; }
span { border-color: rgb(153,41,106); }
td.TdClassName
{
border-color: #99296A;
}
.TagClassName
{
border-color: #99296A;
}
</style>