Shades of Lipstick #9F355A
Tints of Lipstick #9F355A
RGB
CMYK
RGB Variations
Color information
#9F355A (or 0x9F355A) is known color: Lipstick. HEX triplet: 9F, 35 and 5A. RGB value is (159,53,90). Sum of RGB (Red+Green+Blue) = 159+53+90=302 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.65% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 159 - color contains mainly: red. Hex color #9F355A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F355A is #60CAA5. Grayscale: #585858. Windows color (decimal): -6343334 or 5911967. OLE color: 5911967.
HSL color Cylindrical-coordinate representation of color #9F355A: hue angle of 339.06º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F355A is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 53 | 90 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.38 |
| HSL | 339.06º | 0.5% | 0.42% | - |
| HSV(B) | 339.06º | 0.67% | 0.62% | - |
| XYZ | 17.42 | 10.66 | 10.81 | - |
| YUV | 88.91 | 128.62 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 53 | 90 | 0 | 0.67 | 0.43 | 0.38 | 339.06 | 0.5 | 0.42 |
| Hex | 9F | 35 | 5A | 0 | 43 | 2B | 26 | 153 | 32 | 2A |
| Octal | 237 | 65 | 132 | 0 | 103 | 53 | 46 | 523 | 62 | 52 |
| Binary | 10011111 | 110101 | 1011010 | 0 | 1000011 | 101011 | 100110 | 101010011 | 110010 | 101010 |
Color Harmonies of #9F355A
Complementary color
Monochromatic Colors of #9F355A
Black with #9F355A
Text Example
Text Example
White with #9F355A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F355A; }
p { color: rgb(159,53,90); }
H1.HeaderClassName
{
color: #9F355A;
}
.AnyTagClassName
{
color: #9F355A;
}
</style>
background-color css
<style>
a { background-color: #9F355A; }
a { background-color: rgb(159,53,90); }
div.DivClassName
{
background-color: #9F355A;
}
.BgClassName
{
background-color: #9F355A;
}
</style>
border-color css
<style>
span { border-color: #9F355A; }
span { border-color: rgb(159,53,90); }
td.TdClassName
{
border-color: #9F355A;
}
.TagClassName
{
border-color: #9F355A;
}
</style>