Shades of Lipstick #9F2645
Tints of Lipstick #9F2645
RGB
CMYK
RGB Variations
Color information
#9F2645 (or 0x9F2645) is known color: Lipstick. HEX triplet: 9F, 26 and 45. RGB value is (159,38,69). Sum of RGB (Red+Green+Blue) = 159+38+69=266 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.77% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 69 (27.34% from 255 or 25.94% from 266); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2645 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2645 is #60D9BA. Grayscale: #4D4D4D. Windows color (decimal): -6347195 or 4531871. OLE color: 4531871.
HSL color Cylindrical-coordinate representation of color #9F2645: hue angle of 344.63º 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 #9F2645 is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 38 | 69 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.38 |
| HSL | 344.63º | 0.61% | 0.39% | - |
| HSV(B) | 344.63º | 0.76% | 0.62% | - |
| XYZ | 16.07 | 9.19 | 6.56 | - |
| YUV | 77.71 | 123.09 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 38 | 69 | 0 | 0.76 | 0.57 | 0.38 | 344.63 | 0.61 | 0.39 |
| Hex | 9F | 26 | 45 | 0 | 4C | 39 | 26 | 159 | 3D | 27 |
| Octal | 237 | 46 | 105 | 0 | 114 | 71 | 46 | 531 | 75 | 47 |
| Binary | 10011111 | 100110 | 1000101 | 0 | 1001100 | 111001 | 100110 | 101011001 | 111101 | 100111 |
Color Harmonies of #9F2645
Complementary color
Monochromatic Colors of #9F2645
Black with #9F2645
Text Example
Text Example
White with #9F2645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2645; }
p { color: rgb(159,38,69); }
H1.HeaderClassName
{
color: #9F2645;
}
.AnyTagClassName
{
color: #9F2645;
}
</style>
background-color css
<style>
a { background-color: #9F2645; }
a { background-color: rgb(159,38,69); }
div.DivClassName
{
background-color: #9F2645;
}
.BgClassName
{
background-color: #9F2645;
}
</style>
border-color css
<style>
span { border-color: #9F2645; }
span { border-color: rgb(159,38,69); }
td.TdClassName
{
border-color: #9F2645;
}
.TagClassName
{
border-color: #9F2645;
}
</style>