Shades of Lipstick #9A1646
Tints of Lipstick #9A1646
RGB
CMYK
RGB Variations
Color information
#9A1646 (or 0x9A1646) is known color: Lipstick. HEX triplet: 9A, 16 and 46. RGB value is (154,22,70). Sum of RGB (Red+Green+Blue) = 154+22+70=246 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.60% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1646 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A1646 is #65E9B9. Grayscale: #424242. Windows color (decimal): -6678970 or 4593306. OLE color: 4593306.
HSL color Cylindrical-coordinate representation of color #9A1646: hue angle of 338.18º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A1646 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 22 | 70 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.40 |
| HSL | 338.18º | 0.75% | 0.35% | - |
| HSV(B) | 338.18º | 0.86% | 0.6% | - |
| XYZ | 14.72 | 7.89 | 6.54 | - |
| YUV | 66.94 | 129.73 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 22 | 70 | 0 | 0.86 | 0.55 | 0.40 | 338.18 | 0.75 | 0.35 |
| Hex | 9A | 16 | 46 | 0 | 56 | 37 | 28 | 152 | 4B | 23 |
| Octal | 232 | 26 | 106 | 0 | 126 | 67 | 50 | 522 | 113 | 43 |
| Binary | 10011010 | 10110 | 1000110 | 0 | 1010110 | 110111 | 101000 | 101010010 | 1001011 | 100011 |
Color Harmonies of #9A1646
Complementary color
Monochromatic Colors of #9A1646
Black with #9A1646
Text Example
Text Example
White with #9A1646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1646; }
p { color: rgb(154,22,70); }
H1.HeaderClassName
{
color: #9A1646;
}
.AnyTagClassName
{
color: #9A1646;
}
</style>
background-color css
<style>
a { background-color: #9A1646; }
a { background-color: rgb(154,22,70); }
div.DivClassName
{
background-color: #9A1646;
}
.BgClassName
{
background-color: #9A1646;
}
</style>
border-color css
<style>
span { border-color: #9A1646; }
span { border-color: rgb(154,22,70); }
td.TdClassName
{
border-color: #9A1646;
}
.TagClassName
{
border-color: #9A1646;
}
</style>