Shades of Lipstick #9A2455
Tints of Lipstick #9A2455
RGB
CMYK
RGB Variations
Color information
#9A2455 (or 0x9A2455) is known color: Lipstick. HEX triplet: 9A, 24 and 55. RGB value is (154,36,85). Sum of RGB (Red+Green+Blue) = 154+36+85=275 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2455 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A2455 is #65DBAA. Grayscale: #4C4C4C. Windows color (decimal): -6675371 or 5579930. OLE color: 5579930.
HSL color Cylindrical-coordinate representation of color #9A2455: hue angle of 335.08º degrees, saturation: 0.62, 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 #9A2455 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 36 | 85 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.40 |
| HSL | 335.08º | 0.62% | 0.37% | - |
| HSV(B) | 335.08º | 0.77% | 0.6% | - |
| XYZ | 15.6 | 8.79 | 9.47 | - |
| YUV | 76.87 | 132.59 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 36 | 85 | 0 | 0.77 | 0.45 | 0.40 | 335.08 | 0.62 | 0.37 |
| Hex | 9A | 24 | 55 | 0 | 4D | 2D | 28 | 14F | 3E | 25 |
| Octal | 232 | 44 | 125 | 0 | 115 | 55 | 50 | 517 | 76 | 45 |
| Binary | 10011010 | 100100 | 1010101 | 0 | 1001101 | 101101 | 101000 | 101001111 | 111110 | 100101 |
Color Harmonies of #9A2455
Complementary color
Monochromatic Colors of #9A2455
Black with #9A2455
Text Example
Text Example
White with #9A2455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2455; }
p { color: rgb(154,36,85); }
H1.HeaderClassName
{
color: #9A2455;
}
.AnyTagClassName
{
color: #9A2455;
}
</style>
background-color css
<style>
a { background-color: #9A2455; }
a { background-color: rgb(154,36,85); }
div.DivClassName
{
background-color: #9A2455;
}
.BgClassName
{
background-color: #9A2455;
}
</style>
border-color css
<style>
span { border-color: #9A2455; }
span { border-color: rgb(154,36,85); }
td.TdClassName
{
border-color: #9A2455;
}
.TagClassName
{
border-color: #9A2455;
}
</style>