Shades of Lipstick #9A2A49
Tints of Lipstick #9A2A49
RGB
CMYK
RGB Variations
Color information
#9A2A49 (or 0x9A2A49) is known color: Lipstick. HEX triplet: 9A, 2A and 49. RGB value is (154,42,73). Sum of RGB (Red+Green+Blue) = 154+42+73=269 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.25% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A2A49 is #65D5B6. Grayscale: #4F4F4F. Windows color (decimal): -6673847 or 4795034. OLE color: 4795034.
HSL color Cylindrical-coordinate representation of color #9A2A49: hue angle of 343.39º degrees, saturation: 0.57, 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 #9A2A49 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 42 | 73 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.40 |
| HSL | 343.39º | 0.57% | 0.38% | - |
| HSV(B) | 343.39º | 0.73% | 0.6% | - |
| XYZ | 15.36 | 9.01 | 7.23 | - |
| YUV | 79.02 | 124.61 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 42 | 73 | 0 | 0.73 | 0.53 | 0.40 | 343.39 | 0.57 | 0.38 |
| Hex | 9A | 2A | 49 | 0 | 49 | 35 | 28 | 157 | 39 | 26 |
| Octal | 232 | 52 | 111 | 0 | 111 | 65 | 50 | 527 | 71 | 46 |
| Binary | 10011010 | 101010 | 1001001 | 0 | 1001001 | 110101 | 101000 | 101010111 | 111001 | 100110 |
Color Harmonies of #9A2A49
Complementary color
Monochromatic Colors of #9A2A49
Black with #9A2A49
Text Example
Text Example
White with #9A2A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2A49; }
p { color: rgb(154,42,73); }
H1.HeaderClassName
{
color: #9A2A49;
}
.AnyTagClassName
{
color: #9A2A49;
}
</style>
background-color css
<style>
a { background-color: #9A2A49; }
a { background-color: rgb(154,42,73); }
div.DivClassName
{
background-color: #9A2A49;
}
.BgClassName
{
background-color: #9A2A49;
}
</style>
border-color css
<style>
span { border-color: #9A2A49; }
span { border-color: rgb(154,42,73); }
td.TdClassName
{
border-color: #9A2A49;
}
.TagClassName
{
border-color: #9A2A49;
}
</style>