Shades of Lipstick #9A184A
Tints of Lipstick #9A184A
RGB
CMYK
RGB Variations
Color information
#9A184A (or 0x9A184A) is known color: Lipstick. HEX triplet: 9A, 18 and 4A. RGB value is (154,24,74). Sum of RGB (Red+Green+Blue) = 154+24+74=252 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.11% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 154 - color contains mainly: red. Hex color #9A184A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A184A is #65E7B5. Grayscale: #444444. Windows color (decimal): -6678454 or 4855962. OLE color: 4855962.
HSL color Cylindrical-coordinate representation of color #9A184A: hue angle of 336.92º degrees, saturation: 0.73, 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 #9A184A is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 24 | 74 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.40 |
| HSL | 336.92º | 0.73% | 0.35% | - |
| HSV(B) | 336.92º | 0.84% | 0.6% | - |
| XYZ | 14.89 | 8.02 | 7.24 | - |
| YUV | 68.57 | 131.07 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 24 | 74 | 0 | 0.84 | 0.52 | 0.40 | 336.92 | 0.73 | 0.35 |
| Hex | 9A | 18 | 4A | 0 | 54 | 34 | 28 | 151 | 49 | 23 |
| Octal | 232 | 30 | 112 | 0 | 124 | 64 | 50 | 521 | 111 | 43 |
| Binary | 10011010 | 11000 | 1001010 | 0 | 1010100 | 110100 | 101000 | 101010001 | 1001001 | 100011 |
Color Harmonies of #9A184A
Complementary color
Monochromatic Colors of #9A184A
Black with #9A184A
Text Example
Text Example
White with #9A184A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A184A; }
p { color: rgb(154,24,74); }
H1.HeaderClassName
{
color: #9A184A;
}
.AnyTagClassName
{
color: #9A184A;
}
</style>
background-color css
<style>
a { background-color: #9A184A; }
a { background-color: rgb(154,24,74); }
div.DivClassName
{
background-color: #9A184A;
}
.BgClassName
{
background-color: #9A184A;
}
</style>
border-color css
<style>
span { border-color: #9A184A; }
span { border-color: rgb(154,24,74); }
td.TdClassName
{
border-color: #9A184A;
}
.TagClassName
{
border-color: #9A184A;
}
</style>