Shades of Lipstick #9F2B4B
Tints of Lipstick #9F2B4B
RGB
CMYK
RGB Variations
Color information
#9F2B4B (or 0x9F2B4B) is known color: Lipstick. HEX triplet: 9F, 2B and 4B. RGB value is (159,43,75). Sum of RGB (Red+Green+Blue) = 159+43+75=277 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.40% from 277); Green value is 43 (17.19% from 255 or 15.52% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2B4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2B4B is #60D4B4. Grayscale: #515151. Windows color (decimal): -6345909 or 4926367. OLE color: 4926367.
HSL color Cylindrical-coordinate representation of color #9F2B4B: hue angle of 343.45º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9F2B4B is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 43 | 75 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.38 |
| HSL | 343.45º | 0.57% | 0.4% | - |
| HSV(B) | 343.45º | 0.73% | 0.62% | - |
| XYZ | 16.43 | 9.61 | 7.64 | - |
| YUV | 81.33 | 124.43 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 43 | 75 | 0 | 0.73 | 0.53 | 0.38 | 343.45 | 0.57 | 0.4 |
| Hex | 9F | 2B | 4B | 0 | 49 | 35 | 26 | 157 | 39 | 28 |
| Octal | 237 | 53 | 113 | 0 | 111 | 65 | 46 | 527 | 71 | 50 |
| Binary | 10011111 | 101011 | 1001011 | 0 | 1001001 | 110101 | 100110 | 101010111 | 111001 | 101000 |
Color Harmonies of #9F2B4B
Complementary color
Monochromatic Colors of #9F2B4B
Black with #9F2B4B
Text Example
Text Example
White with #9F2B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2B4B; }
p { color: rgb(159,43,75); }
H1.HeaderClassName
{
color: #9F2B4B;
}
.AnyTagClassName
{
color: #9F2B4B;
}
</style>
background-color css
<style>
a { background-color: #9F2B4B; }
a { background-color: rgb(159,43,75); }
div.DivClassName
{
background-color: #9F2B4B;
}
.BgClassName
{
background-color: #9F2B4B;
}
</style>
border-color css
<style>
span { border-color: #9F2B4B; }
span { border-color: rgb(159,43,75); }
td.TdClassName
{
border-color: #9F2B4B;
}
.TagClassName
{
border-color: #9F2B4B;
}
</style>