Shades of Lipstick #9A1946
Tints of Lipstick #9A1946
RGB
CMYK
RGB Variations
Color information
#9A1946 (or 0x9A1946) is known color: Lipstick. HEX triplet: 9A, 19 and 46. RGB value is (154,25,70). Sum of RGB (Red+Green+Blue) = 154+25+70=249 (32% of max value = 765). Red value is 154 (60.55% from 255 or 61.85% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 70 (27.73% from 255 or 28.11% from 249); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1946 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A1946 is #65E6B9. Grayscale: #444444. Windows color (decimal): -6678202 or 4594074. OLE color: 4594074.
HSL color Cylindrical-coordinate representation of color #9A1946: hue angle of 339.07º 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 #9A1946 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 25 | 70 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.40 |
| HSL | 339.07º | 0.72% | 0.35% | - |
| HSV(B) | 339.07º | 0.84% | 0.6% | - |
| XYZ | 14.78 | 8.01 | 6.56 | - |
| YUV | 68.7 | 128.74 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 25 | 70 | 0 | 0.84 | 0.55 | 0.40 | 339.07 | 0.72 | 0.35 |
| Hex | 9A | 19 | 46 | 0 | 54 | 37 | 28 | 153 | 48 | 23 |
| Octal | 232 | 31 | 106 | 0 | 124 | 67 | 50 | 523 | 110 | 43 |
| Binary | 10011010 | 11001 | 1000110 | 0 | 1010100 | 110111 | 101000 | 101010011 | 1001000 | 100011 |
Color Harmonies of #9A1946
Complementary color
Monochromatic Colors of #9A1946
Black with #9A1946
Text Example
Text Example
White with #9A1946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1946; }
p { color: rgb(154,25,70); }
H1.HeaderClassName
{
color: #9A1946;
}
.AnyTagClassName
{
color: #9A1946;
}
</style>
background-color css
<style>
a { background-color: #9A1946; }
a { background-color: rgb(154,25,70); }
div.DivClassName
{
background-color: #9A1946;
}
.BgClassName
{
background-color: #9A1946;
}
</style>
border-color css
<style>
span { border-color: #9A1946; }
span { border-color: rgb(154,25,70); }
td.TdClassName
{
border-color: #9A1946;
}
.TagClassName
{
border-color: #9A1946;
}
</style>