Shades of Lipstick #9A1040
Tints of Lipstick #9A1040
RGB
CMYK
RGB Variations
Color information
#9A1040 (or 0x9A1040) is known color: Lipstick. HEX triplet: 9A, 10 and 40. RGB value is (154,16,64). Sum of RGB (Red+Green+Blue) = 154+16+64=234 (30% of max value = 765). Red value is 154 (60.55% from 255 or 65.81% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A1040 is #65EFBF. Grayscale: #3E3E3E. Windows color (decimal): -6680512 or 4198554. OLE color: 4198554.
HSL color Cylindrical-coordinate representation of color #9A1040: hue angle of 339.13º degrees, saturation: 0.81, 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 #9A1040 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 16 | 64 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.40 |
| HSL | 339.13º | 0.81% | 0.33% | - |
| HSV(B) | 339.13º | 0.9% | 0.6% | - |
| XYZ | 14.44 | 7.61 | 5.56 | - |
| YUV | 62.73 | 128.72 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 16 | 64 | 0 | 0.90 | 0.58 | 0.40 | 339.13 | 0.81 | 0.33 |
| Hex | 9A | 10 | 40 | 0 | 5A | 3A | 28 | 153 | 51 | 21 |
| Octal | 232 | 20 | 100 | 0 | 132 | 72 | 50 | 523 | 121 | 41 |
| Binary | 10011010 | 10000 | 1000000 | 0 | 1011010 | 111010 | 101000 | 101010011 | 1010001 | 100001 |
Color Harmonies of #9A1040
Complementary color
Monochromatic Colors of #9A1040
Black with #9A1040
Text Example
Text Example
White with #9A1040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1040; }
p { color: rgb(154,16,64); }
H1.HeaderClassName
{
color: #9A1040;
}
.AnyTagClassName
{
color: #9A1040;
}
</style>
background-color css
<style>
a { background-color: #9A1040; }
a { background-color: rgb(154,16,64); }
div.DivClassName
{
background-color: #9A1040;
}
.BgClassName
{
background-color: #9A1040;
}
</style>
border-color css
<style>
span { border-color: #9A1040; }
span { border-color: rgb(154,16,64); }
td.TdClassName
{
border-color: #9A1040;
}
.TagClassName
{
border-color: #9A1040;
}
</style>