Shades of Lipstick #9F2643
Tints of Lipstick #9F2643
RGB
CMYK
RGB Variations
Color information
#9F2643 (or 0x9F2643) is known color: Lipstick. HEX triplet: 9F, 26 and 43. RGB value is (159,38,67). Sum of RGB (Red+Green+Blue) = 159+38+67=264 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.23% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 67 (26.56% from 255 or 25.38% from 264); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2643 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2643 is #60D9BC. Grayscale: #4D4D4D. Windows color (decimal): -6347197 or 4400799. OLE color: 4400799.
HSL color Cylindrical-coordinate representation of color #9F2643: hue angle of 345.62º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9F2643 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 38 | 67 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.38 |
| HSL | 345.62º | 0.61% | 0.39% | - |
| HSV(B) | 345.62º | 0.76% | 0.62% | - |
| XYZ | 16 | 9.16 | 6.24 | - |
| YUV | 77.49 | 122.09 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 38 | 67 | 0 | 0.76 | 0.58 | 0.38 | 345.62 | 0.61 | 0.39 |
| Hex | 9F | 26 | 43 | 0 | 4C | 3A | 26 | 15A | 3D | 27 |
| Octal | 237 | 46 | 103 | 0 | 114 | 72 | 46 | 532 | 75 | 47 |
| Binary | 10011111 | 100110 | 1000011 | 0 | 1001100 | 111010 | 100110 | 101011010 | 111101 | 100111 |
Color Harmonies of #9F2643
Complementary color
Monochromatic Colors of #9F2643
Black with #9F2643
Text Example
Text Example
White with #9F2643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2643; }
p { color: rgb(159,38,67); }
H1.HeaderClassName
{
color: #9F2643;
}
.AnyTagClassName
{
color: #9F2643;
}
</style>
background-color css
<style>
a { background-color: #9F2643; }
a { background-color: rgb(159,38,67); }
div.DivClassName
{
background-color: #9F2643;
}
.BgClassName
{
background-color: #9F2643;
}
</style>
border-color css
<style>
span { border-color: #9F2643; }
span { border-color: rgb(159,38,67); }
td.TdClassName
{
border-color: #9F2643;
}
.TagClassName
{
border-color: #9F2643;
}
</style>