Shades of Lipstick #99294A
Tints of Lipstick #99294A
RGB
CMYK
RGB Variations
Color information
#99294A (or 0x99294A) is known color: Lipstick. HEX triplet: 99, 29 and 4A. RGB value is (153,41,74). Sum of RGB (Red+Green+Blue) = 153+41+74=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #99294A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99294A is #66D6B5. Grayscale: #4E4E4E. Windows color (decimal): -6739638 or 4860313. OLE color: 4860313.
HSL color Cylindrical-coordinate representation of color #99294A: hue angle of 342.32º 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 #99294A is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 41 | 74 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.4 |
| HSL | 342.32º | 0.58% | 0.38% | - |
| HSV(B) | 342.32º | 0.73% | 0.6% | - |
| XYZ | 15.17 | 8.85 | 7.39 | - |
| YUV | 78.25 | 125.61 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 41 | 74 | 0 | 0.73 | 0.52 | 0.4 | 342.32 | 0.58 | 0.38 |
| Hex | 99 | 29 | 4A | 0 | 49 | 34 | 28 | 156 | 3A | 26 |
| Octal | 231 | 51 | 112 | 0 | 111 | 64 | 50 | 526 | 72 | 46 |
| Binary | 10011001 | 101001 | 1001010 | 0 | 1001001 | 110100 | 101000 | 101010110 | 111010 | 100110 |
Color Harmonies of #99294A
Complementary color
Monochromatic Colors of #99294A
Black with #99294A
Text Example
Text Example
White with #99294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99294A; }
p { color: rgb(153,41,74); }
H1.HeaderClassName
{
color: #99294A;
}
.AnyTagClassName
{
color: #99294A;
}
</style>
background-color css
<style>
a { background-color: #99294A; }
a { background-color: rgb(153,41,74); }
div.DivClassName
{
background-color: #99294A;
}
.BgClassName
{
background-color: #99294A;
}
</style>
border-color css
<style>
span { border-color: #99294A; }
span { border-color: rgb(153,41,74); }
td.TdClassName
{
border-color: #99294A;
}
.TagClassName
{
border-color: #99294A;
}
</style>