Shades of Lipstick #9F133F
Tints of Lipstick #9F133F
RGB
CMYK
RGB Variations
Color information
#9F133F (or 0x9F133F) is known color: Lipstick. HEX triplet: 9F, 13 and 3F. RGB value is (159,19,63). Sum of RGB (Red+Green+Blue) = 159+19+63=241 (31% of max value = 765). Red value is 159 (62.5% from 255 or 65.98% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 159 - color contains mainly: red. Hex color #9F133F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F133F is #60ECC0. Grayscale: #414141. Windows color (decimal): -6352065 or 4133791. OLE color: 4133791.
HSL color Cylindrical-coordinate representation of color #9F133F: hue angle of 341.14º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F133F is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 19 | 63 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.38 |
| HSL | 341.14º | 0.79% | 0.35% | - |
| HSV(B) | 341.14º | 0.88% | 0.62% | - |
| XYZ | 15.43 | 8.2 | 5.47 | - |
| YUV | 65.88 | 126.38 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 19 | 63 | 0 | 0.88 | 0.60 | 0.38 | 341.14 | 0.79 | 0.35 |
| Hex | 9F | 13 | 3F | 0 | 58 | 3C | 26 | 155 | 4F | 23 |
| Octal | 237 | 23 | 77 | 0 | 130 | 74 | 46 | 525 | 117 | 43 |
| Binary | 10011111 | 10011 | 111111 | 0 | 1011000 | 111100 | 100110 | 101010101 | 1001111 | 100011 |
Color Harmonies of #9F133F
Complementary color
Monochromatic Colors of #9F133F
Black with #9F133F
Text Example
Text Example
White with #9F133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F133F; }
p { color: rgb(159,19,63); }
H1.HeaderClassName
{
color: #9F133F;
}
.AnyTagClassName
{
color: #9F133F;
}
</style>
background-color css
<style>
a { background-color: #9F133F; }
a { background-color: rgb(159,19,63); }
div.DivClassName
{
background-color: #9F133F;
}
.BgClassName
{
background-color: #9F133F;
}
</style>
border-color css
<style>
span { border-color: #9F133F; }
span { border-color: rgb(159,19,63); }
td.TdClassName
{
border-color: #9F133F;
}
.TagClassName
{
border-color: #9F133F;
}
</style>