Shades of Lipstick #99296B
Tints of Lipstick #99296B
RGB
CMYK
RGB Variations
Color information
#99296B (or 0x99296B) is known color: Lipstick. HEX triplet: 99, 29 and 6B. RGB value is (153,41,107). Sum of RGB (Red+Green+Blue) = 153+41+107=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #99296B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99296B is #66D694. Grayscale: #515151. Windows color (decimal): -6739605 or 7023001. OLE color: 7023001.
HSL color Cylindrical-coordinate representation of color #99296B: hue angle of 324.64º 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 #99296B is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 41 | 107 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.4 |
| HSL | 324.64º | 0.58% | 0.38% | - |
| HSV(B) | 324.64º | 0.73% | 0.6% | - |
| XYZ | 16.58 | 9.42 | 14.85 | - |
| YUV | 82.01 | 142.11 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 41 | 107 | 0 | 0.73 | 0.30 | 0.4 | 324.64 | 0.58 | 0.38 |
| Hex | 99 | 29 | 6B | 0 | 49 | 1E | 28 | 145 | 3A | 26 |
| Octal | 231 | 51 | 153 | 0 | 111 | 36 | 50 | 505 | 72 | 46 |
| Binary | 10011001 | 101001 | 1101011 | 0 | 1001001 | 11110 | 101000 | 101000101 | 111010 | 100110 |
Color Harmonies of #99296B
Complementary color
Monochromatic Colors of #99296B
Black with #99296B
Text Example
Text Example
White with #99296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99296B; }
p { color: rgb(153,41,107); }
H1.HeaderClassName
{
color: #99296B;
}
.AnyTagClassName
{
color: #99296B;
}
</style>
background-color css
<style>
a { background-color: #99296B; }
a { background-color: rgb(153,41,107); }
div.DivClassName
{
background-color: #99296B;
}
.BgClassName
{
background-color: #99296B;
}
</style>
border-color css
<style>
span { border-color: #99296B; }
span { border-color: rgb(153,41,107); }
td.TdClassName
{
border-color: #99296B;
}
.TagClassName
{
border-color: #99296B;
}
</style>