Shades of Lipstick #9A2343
Tints of Lipstick #9A2343
RGB
CMYK
RGB Variations
Color information
#9A2343 (or 0x9A2343) is known color: Lipstick. HEX triplet: 9A, 23 and 43. RGB value is (154,35,67). Sum of RGB (Red+Green+Blue) = 154+35+67=256 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.16% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 67 (26.56% from 255 or 26.17% from 256); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A2343 is #65DCBC. Grayscale: #4A4A4A. Windows color (decimal): -6675645 or 4400026. OLE color: 4400026.
HSL color Cylindrical-coordinate representation of color #9A2343: hue angle of 343.87º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A2343 is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 35 | 67 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.40 |
| HSL | 343.87º | 0.63% | 0.37% | - |
| HSV(B) | 343.87º | 0.77% | 0.6% | - |
| XYZ | 14.94 | 8.48 | 6.16 | - |
| YUV | 74.23 | 123.92 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 35 | 67 | 0 | 0.77 | 0.56 | 0.40 | 343.87 | 0.63 | 0.37 |
| Hex | 9A | 23 | 43 | 0 | 4D | 38 | 28 | 158 | 3F | 25 |
| Octal | 232 | 43 | 103 | 0 | 115 | 70 | 50 | 530 | 77 | 45 |
| Binary | 10011010 | 100011 | 1000011 | 0 | 1001101 | 111000 | 101000 | 101011000 | 111111 | 100101 |
Color Harmonies of #9A2343
Complementary color
Monochromatic Colors of #9A2343
Black with #9A2343
Text Example
Text Example
White with #9A2343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2343; }
p { color: rgb(154,35,67); }
H1.HeaderClassName
{
color: #9A2343;
}
.AnyTagClassName
{
color: #9A2343;
}
</style>
background-color css
<style>
a { background-color: #9A2343; }
a { background-color: rgb(154,35,67); }
div.DivClassName
{
background-color: #9A2343;
}
.BgClassName
{
background-color: #9A2343;
}
</style>
border-color css
<style>
span { border-color: #9A2343; }
span { border-color: rgb(154,35,67); }
td.TdClassName
{
border-color: #9A2343;
}
.TagClassName
{
border-color: #9A2343;
}
</style>