Shades of Lipstick #9F2245
Tints of Lipstick #9F2245
RGB
CMYK
RGB Variations
Color information
#9F2245 (or 0x9F2245) is known color: Lipstick. HEX triplet: 9F, 22 and 45. RGB value is (159,34,69). Sum of RGB (Red+Green+Blue) = 159+34+69=262 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.69% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 69 (27.34% from 255 or 26.34% from 262); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2245 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2245 is #60DDBA. Grayscale: #4B4B4B. Windows color (decimal): -6348219 or 4530847. OLE color: 4530847.
HSL color Cylindrical-coordinate representation of color #9F2245: hue angle of 343.2º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F2245 is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 34 | 69 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.38 |
| HSL | 343.2º | 0.65% | 0.38% | - |
| HSV(B) | 343.2º | 0.79% | 0.62% | - |
| XYZ | 15.94 | 8.94 | 6.52 | - |
| YUV | 75.37 | 124.41 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 34 | 69 | 0 | 0.79 | 0.57 | 0.38 | 343.2 | 0.65 | 0.38 |
| Hex | 9F | 22 | 45 | 0 | 4F | 39 | 26 | 157 | 41 | 26 |
| Octal | 237 | 42 | 105 | 0 | 117 | 71 | 46 | 527 | 101 | 46 |
| Binary | 10011111 | 100010 | 1000101 | 0 | 1001111 | 111001 | 100110 | 101010111 | 1000001 | 100110 |
Color Harmonies of #9F2245
Complementary color
Monochromatic Colors of #9F2245
Black with #9F2245
Text Example
Text Example
White with #9F2245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2245; }
p { color: rgb(159,34,69); }
H1.HeaderClassName
{
color: #9F2245;
}
.AnyTagClassName
{
color: #9F2245;
}
</style>
background-color css
<style>
a { background-color: #9F2245; }
a { background-color: rgb(159,34,69); }
div.DivClassName
{
background-color: #9F2245;
}
.BgClassName
{
background-color: #9F2245;
}
</style>
border-color css
<style>
span { border-color: #9F2245; }
span { border-color: rgb(159,34,69); }
td.TdClassName
{
border-color: #9F2245;
}
.TagClassName
{
border-color: #9F2245;
}
</style>