Shades of Lipstick #9A184E
Tints of Lipstick #9A184E
RGB
CMYK
RGB Variations
Color information
#9A184E (or 0x9A184E) is known color: Lipstick. HEX triplet: 9A, 18 and 4E. RGB value is (154,24,78). Sum of RGB (Red+Green+Blue) = 154+24+78=256 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.16% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 154 - color contains mainly: red. Hex color #9A184E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A184E is #65E7B1. Grayscale: #444444. Windows color (decimal): -6678450 or 5118106. OLE color: 5118106.
HSL color Cylindrical-coordinate representation of color #9A184E: hue angle of 335.08º 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 #9A184E is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 24 | 78 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.40 |
| HSL | 335.08º | 0.73% | 0.35% | - |
| HSV(B) | 335.08º | 0.84% | 0.6% | - |
| XYZ | 15.03 | 8.07 | 7.97 | - |
| YUV | 69.03 | 133.07 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 24 | 78 | 0 | 0.84 | 0.49 | 0.40 | 335.08 | 0.73 | 0.35 |
| Hex | 9A | 18 | 4E | 0 | 54 | 31 | 28 | 14F | 49 | 23 |
| Octal | 232 | 30 | 116 | 0 | 124 | 61 | 50 | 517 | 111 | 43 |
| Binary | 10011010 | 11000 | 1001110 | 0 | 1010100 | 110001 | 101000 | 101001111 | 1001001 | 100011 |
Color Harmonies of #9A184E
Complementary color
Monochromatic Colors of #9A184E
Black with #9A184E
Text Example
Text Example
White with #9A184E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A184E; }
p { color: rgb(154,24,78); }
H1.HeaderClassName
{
color: #9A184E;
}
.AnyTagClassName
{
color: #9A184E;
}
</style>
background-color css
<style>
a { background-color: #9A184E; }
a { background-color: rgb(154,24,78); }
div.DivClassName
{
background-color: #9A184E;
}
.BgClassName
{
background-color: #9A184E;
}
</style>
border-color css
<style>
span { border-color: #9A184E; }
span { border-color: rgb(154,24,78); }
td.TdClassName
{
border-color: #9A184E;
}
.TagClassName
{
border-color: #9A184E;
}
</style>