Shades of Lipstick #9A1847
Tints of Lipstick #9A1847
RGB
CMYK
RGB Variations
Color information
#9A1847 (or 0x9A1847) is known color: Lipstick. HEX triplet: 9A, 18 and 47. RGB value is (154,24,71). Sum of RGB (Red+Green+Blue) = 154+24+71=249 (32% of max value = 765). Red value is 154 (60.55% from 255 or 61.85% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 71 (28.12% from 255 or 28.51% from 249); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1847 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A1847 is #65E7B8. Grayscale: #444444. Windows color (decimal): -6678457 or 4659354. OLE color: 4659354.
HSL color Cylindrical-coordinate representation of color #9A1847: hue angle of 338.31º 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 #9A1847 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 24 | 71 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.40 |
| HSL | 338.31º | 0.73% | 0.35% | - |
| HSV(B) | 338.31º | 0.84% | 0.6% | - |
| XYZ | 14.79 | 7.98 | 6.72 | - |
| YUV | 68.23 | 129.57 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 24 | 71 | 0 | 0.84 | 0.54 | 0.40 | 338.31 | 0.73 | 0.35 |
| Hex | 9A | 18 | 47 | 0 | 54 | 36 | 28 | 152 | 49 | 23 |
| Octal | 232 | 30 | 107 | 0 | 124 | 66 | 50 | 522 | 111 | 43 |
| Binary | 10011010 | 11000 | 1000111 | 0 | 1010100 | 110110 | 101000 | 101010010 | 1001001 | 100011 |
Color Harmonies of #9A1847
Complementary color
Monochromatic Colors of #9A1847
Black with #9A1847
Text Example
Text Example
White with #9A1847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1847; }
p { color: rgb(154,24,71); }
H1.HeaderClassName
{
color: #9A1847;
}
.AnyTagClassName
{
color: #9A1847;
}
</style>
background-color css
<style>
a { background-color: #9A1847; }
a { background-color: rgb(154,24,71); }
div.DivClassName
{
background-color: #9A1847;
}
.BgClassName
{
background-color: #9A1847;
}
</style>
border-color css
<style>
span { border-color: #9A1847; }
span { border-color: rgb(154,24,71); }
td.TdClassName
{
border-color: #9A1847;
}
.TagClassName
{
border-color: #9A1847;
}
</style>