Shades of Lipstick #9F224B
Tints of Lipstick #9F224B
RGB
CMYK
RGB Variations
Color information
#9F224B (or 0x9F224B) is known color: Lipstick. HEX triplet: 9F, 22 and 4B. RGB value is (159,34,75). Sum of RGB (Red+Green+Blue) = 159+34+75=268 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.33% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 159 - color contains mainly: red. Hex color #9F224B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F224B is #60DDB4. Grayscale: #4C4C4C. Windows color (decimal): -6348213 or 4924063. OLE color: 4924063.
HSL color Cylindrical-coordinate representation of color #9F224B: hue angle of 340.32º 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 #9F224B is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 34 | 75 | - |
| CMYK | 0 | 0.79 | 0.53 | 0.38 |
| HSL | 340.32º | 0.65% | 0.38% | - |
| HSV(B) | 340.32º | 0.79% | 0.62% | - |
| XYZ | 16.14 | 9.02 | 7.55 | - |
| YUV | 76.05 | 127.41 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 34 | 75 | 0 | 0.79 | 0.53 | 0.38 | 340.32 | 0.65 | 0.38 |
| Hex | 9F | 22 | 4B | 0 | 4F | 35 | 26 | 154 | 41 | 26 |
| Octal | 237 | 42 | 113 | 0 | 117 | 65 | 46 | 524 | 101 | 46 |
| Binary | 10011111 | 100010 | 1001011 | 0 | 1001111 | 110101 | 100110 | 101010100 | 1000001 | 100110 |
Color Harmonies of #9F224B
Complementary color
Monochromatic Colors of #9F224B
Black with #9F224B
Text Example
Text Example
White with #9F224B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F224B; }
p { color: rgb(159,34,75); }
H1.HeaderClassName
{
color: #9F224B;
}
.AnyTagClassName
{
color: #9F224B;
}
</style>
background-color css
<style>
a { background-color: #9F224B; }
a { background-color: rgb(159,34,75); }
div.DivClassName
{
background-color: #9F224B;
}
.BgClassName
{
background-color: #9F224B;
}
</style>
border-color css
<style>
span { border-color: #9F224B; }
span { border-color: rgb(159,34,75); }
td.TdClassName
{
border-color: #9F224B;
}
.TagClassName
{
border-color: #9F224B;
}
</style>