Shades of Lipstick #9F103F
Tints of Lipstick #9F103F
RGB
CMYK
RGB Variations
Color information
#9F103F (or 0x9F103F) is known color: Lipstick. HEX triplet: 9F, 10 and 3F. RGB value is (159,16,63). Sum of RGB (Red+Green+Blue) = 159+16+63=238 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.81% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 159 - color contains mainly: red. Hex color #9F103F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F103F is #60EFC0. Grayscale: #404040. Windows color (decimal): -6352833 or 4133023. OLE color: 4133023.
HSL color Cylindrical-coordinate representation of color #9F103F: hue angle of 340.28º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F103F is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 16 | 63 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.38 |
| HSL | 340.28º | 0.82% | 0.34% | - |
| HSV(B) | 340.28º | 0.9% | 0.62% | - |
| XYZ | 15.38 | 8.1 | 5.46 | - |
| YUV | 64.12 | 127.38 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 16 | 63 | 0 | 0.90 | 0.60 | 0.38 | 340.28 | 0.82 | 0.34 |
| Hex | 9F | 10 | 3F | 0 | 5A | 3C | 26 | 154 | 52 | 22 |
| Octal | 237 | 20 | 77 | 0 | 132 | 74 | 46 | 524 | 122 | 42 |
| Binary | 10011111 | 10000 | 111111 | 0 | 1011010 | 111100 | 100110 | 101010100 | 1010010 | 100010 |
Color Harmonies of #9F103F
Complementary color
Monochromatic Colors of #9F103F
Black with #9F103F
Text Example
Text Example
White with #9F103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F103F; }
p { color: rgb(159,16,63); }
H1.HeaderClassName
{
color: #9F103F;
}
.AnyTagClassName
{
color: #9F103F;
}
</style>
background-color css
<style>
a { background-color: #9F103F; }
a { background-color: rgb(159,16,63); }
div.DivClassName
{
background-color: #9F103F;
}
.BgClassName
{
background-color: #9F103F;
}
</style>
border-color css
<style>
span { border-color: #9F103F; }
span { border-color: rgb(159,16,63); }
td.TdClassName
{
border-color: #9F103F;
}
.TagClassName
{
border-color: #9F103F;
}
</style>