Shades of Lipstick #9A194A
Tints of Lipstick #9A194A
RGB
CMYK
RGB Variations
Color information
#9A194A (or 0x9A194A) is known color: Lipstick. HEX triplet: 9A, 19 and 4A. RGB value is (154,25,74). Sum of RGB (Red+Green+Blue) = 154+25+74=253 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.87% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 154 - color contains mainly: red. Hex color #9A194A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A194A is #65E6B5. Grayscale: #454545. Windows color (decimal): -6678198 or 4856218. OLE color: 4856218.
HSL color Cylindrical-coordinate representation of color #9A194A: hue angle of 337.21º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A194A is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 25 | 74 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.40 |
| HSL | 337.21º | 0.72% | 0.35% | - |
| HSV(B) | 337.21º | 0.84% | 0.6% | - |
| XYZ | 14.91 | 8.06 | 7.25 | - |
| YUV | 69.16 | 130.74 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 25 | 74 | 0 | 0.84 | 0.52 | 0.40 | 337.21 | 0.72 | 0.35 |
| Hex | 9A | 19 | 4A | 0 | 54 | 34 | 28 | 151 | 48 | 23 |
| Octal | 232 | 31 | 112 | 0 | 124 | 64 | 50 | 521 | 110 | 43 |
| Binary | 10011010 | 11001 | 1001010 | 0 | 1010100 | 110100 | 101000 | 101010001 | 1001000 | 100011 |
Color Harmonies of #9A194A
Complementary color
Monochromatic Colors of #9A194A
Black with #9A194A
Text Example
Text Example
White with #9A194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A194A; }
p { color: rgb(154,25,74); }
H1.HeaderClassName
{
color: #9A194A;
}
.AnyTagClassName
{
color: #9A194A;
}
</style>
background-color css
<style>
a { background-color: #9A194A; }
a { background-color: rgb(154,25,74); }
div.DivClassName
{
background-color: #9A194A;
}
.BgClassName
{
background-color: #9A194A;
}
</style>
border-color css
<style>
span { border-color: #9A194A; }
span { border-color: rgb(154,25,74); }
td.TdClassName
{
border-color: #9A194A;
}
.TagClassName
{
border-color: #9A194A;
}
</style>