Shades of Lipstick #9A0F40
Tints of Lipstick #9A0F40
RGB
CMYK
RGB Variations
Color information
#9A0F40 (or 0x9A0F40) is known color: Lipstick. HEX triplet: 9A, 0F and 40. RGB value is (154,15,64). Sum of RGB (Red+Green+Blue) = 154+15+64=233 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.09% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0F40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0F40 is #65F0BF. Grayscale: #3E3E3E. Windows color (decimal): -6680768 or 4198298. OLE color: 4198298.
HSL color Cylindrical-coordinate representation of color #9A0F40: hue angle of 338.85º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A0F40 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 15 | 64 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.40 |
| HSL | 338.85º | 0.82% | 0.33% | - |
| HSV(B) | 338.85º | 0.9% | 0.6% | - |
| XYZ | 14.42 | 7.58 | 5.55 | - |
| YUV | 62.15 | 129.05 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 15 | 64 | 0 | 0.90 | 0.58 | 0.40 | 338.85 | 0.82 | 0.33 |
| Hex | 9A | F | 40 | 0 | 5A | 3A | 28 | 153 | 52 | 21 |
| Octal | 232 | 17 | 100 | 0 | 132 | 72 | 50 | 523 | 122 | 41 |
| Binary | 10011010 | 1111 | 1000000 | 0 | 1011010 | 111010 | 101000 | 101010011 | 1010010 | 100001 |
Color Harmonies of #9A0F40
Complementary color
Monochromatic Colors of #9A0F40
Black with #9A0F40
Text Example
Text Example
White with #9A0F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0F40; }
p { color: rgb(154,15,64); }
H1.HeaderClassName
{
color: #9A0F40;
}
.AnyTagClassName
{
color: #9A0F40;
}
</style>
background-color css
<style>
a { background-color: #9A0F40; }
a { background-color: rgb(154,15,64); }
div.DivClassName
{
background-color: #9A0F40;
}
.BgClassName
{
background-color: #9A0F40;
}
</style>
border-color css
<style>
span { border-color: #9A0F40; }
span { border-color: rgb(154,15,64); }
td.TdClassName
{
border-color: #9A0F40;
}
.TagClassName
{
border-color: #9A0F40;
}
</style>