Shades of Lipstick #9E1B45
Tints of Lipstick #9E1B45
RGB
CMYK
RGB Variations
Color information
#9E1B45 (or 0x9E1B45) is known color: Lipstick. HEX triplet: 9E, 1B and 45. RGB value is (158,27,69). Sum of RGB (Red+Green+Blue) = 158+27+69=254 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.20% from 254); Green value is 27 (10.94% from 255 or 10.63% from 254); Blue value is 69 (27.34% from 255 or 27.17% from 254); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E1B45 is #61E4BA. Grayscale: #464646. Windows color (decimal): -6415547 or 4529054. OLE color: 4529054.
HSL color Cylindrical-coordinate representation of color #9E1B45: hue angle of 340.76º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9E1B45 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 27 | 69 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.38 |
| HSL | 340.76º | 0.71% | 0.36% | - |
| HSV(B) | 340.76º | 0.83% | 0.62% | - |
| XYZ | 15.57 | 8.48 | 6.45 | - |
| YUV | 70.96 | 126.9 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 27 | 69 | 0 | 0.83 | 0.56 | 0.38 | 340.76 | 0.71 | 0.36 |
| Hex | 9E | 1B | 45 | 0 | 53 | 38 | 26 | 155 | 47 | 24 |
| Octal | 236 | 33 | 105 | 0 | 123 | 70 | 46 | 525 | 107 | 44 |
| Binary | 10011110 | 11011 | 1000101 | 0 | 1010011 | 111000 | 100110 | 101010101 | 1000111 | 100100 |
Color Harmonies of #9E1B45
Complementary color
Monochromatic Colors of #9E1B45
Black with #9E1B45
Text Example
Text Example
White with #9E1B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1B45; }
p { color: rgb(158,27,69); }
H1.HeaderClassName
{
color: #9E1B45;
}
.AnyTagClassName
{
color: #9E1B45;
}
</style>
background-color css
<style>
a { background-color: #9E1B45; }
a { background-color: rgb(158,27,69); }
div.DivClassName
{
background-color: #9E1B45;
}
.BgClassName
{
background-color: #9E1B45;
}
</style>
border-color css
<style>
span { border-color: #9E1B45; }
span { border-color: rgb(158,27,69); }
td.TdClassName
{
border-color: #9E1B45;
}
.TagClassName
{
border-color: #9E1B45;
}
</style>