Shades of Lipstick #9A224A
Tints of Lipstick #9A224A
RGB
CMYK
RGB Variations
Color information
#9A224A (or 0x9A224A) is known color: Lipstick. HEX triplet: 9A, 22 and 4A. RGB value is (154,34,74). Sum of RGB (Red+Green+Blue) = 154+34+74=262 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.78% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 154 - color contains mainly: red. Hex color #9A224A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A224A is #65DDB5. Grayscale: #4A4A4A. Windows color (decimal): -6675894 or 4858522. OLE color: 4858522.
HSL color Cylindrical-coordinate representation of color #9A224A: hue angle of 340º 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 #9A224A is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 34 | 74 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.40 |
| HSL | 340º | 0.64% | 0.37% | - |
| HSV(B) | 340º | 0.78% | 0.6% | - |
| XYZ | 15.13 | 8.51 | 7.32 | - |
| YUV | 74.44 | 127.76 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 34 | 74 | 0 | 0.78 | 0.52 | 0.40 | 340 | 0.64 | 0.37 |
| Hex | 9A | 22 | 4A | 0 | 4E | 34 | 28 | 154 | 40 | 25 |
| Octal | 232 | 42 | 112 | 0 | 116 | 64 | 50 | 524 | 100 | 45 |
| Binary | 10011010 | 100010 | 1001010 | 0 | 1001110 | 110100 | 101000 | 101010100 | 1000000 | 100101 |
Color Harmonies of #9A224A
Complementary color
Monochromatic Colors of #9A224A
Black with #9A224A
Text Example
Text Example
White with #9A224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A224A; }
p { color: rgb(154,34,74); }
H1.HeaderClassName
{
color: #9A224A;
}
.AnyTagClassName
{
color: #9A224A;
}
</style>
background-color css
<style>
a { background-color: #9A224A; }
a { background-color: rgb(154,34,74); }
div.DivClassName
{
background-color: #9A224A;
}
.BgClassName
{
background-color: #9A224A;
}
</style>
border-color css
<style>
span { border-color: #9A224A; }
span { border-color: rgb(154,34,74); }
td.TdClassName
{
border-color: #9A224A;
}
.TagClassName
{
border-color: #9A224A;
}
</style>