Shades of Lipstick #9B1E5B
Tints of Lipstick #9B1E5B
RGB
CMYK
RGB Variations
Color information
#9B1E5B (or 0x9B1E5B) is known color: Lipstick. HEX triplet: 9B, 1E and 5B. RGB value is (155,30,91). Sum of RGB (Red+Green+Blue) = 155+30+91=276 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.16% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1E5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1E5B is #64E1A4. Grayscale: #4A4A4A. Windows color (decimal): -6611365 or 5971611. OLE color: 5971611.
HSL color Cylindrical-coordinate representation of color #9B1E5B: hue angle of 330.72º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B1E5B is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 30 | 91 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.39 |
| HSL | 330.72º | 0.68% | 0.36% | - |
| HSV(B) | 330.72º | 0.81% | 0.61% | - |
| XYZ | 15.87 | 8.65 | 10.73 | - |
| YUV | 74.33 | 137.41 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 30 | 91 | 0 | 0.81 | 0.41 | 0.39 | 330.72 | 0.68 | 0.36 |
| Hex | 9B | 1E | 5B | 0 | 51 | 29 | 27 | 14B | 44 | 24 |
| Octal | 233 | 36 | 133 | 0 | 121 | 51 | 47 | 513 | 104 | 44 |
| Binary | 10011011 | 11110 | 1011011 | 0 | 1010001 | 101001 | 100111 | 101001011 | 1000100 | 100100 |
Color Harmonies of #9B1E5B
Complementary color
Monochromatic Colors of #9B1E5B
Black with #9B1E5B
Text Example
Text Example
White with #9B1E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1E5B; }
p { color: rgb(155,30,91); }
H1.HeaderClassName
{
color: #9B1E5B;
}
.AnyTagClassName
{
color: #9B1E5B;
}
</style>
background-color css
<style>
a { background-color: #9B1E5B; }
a { background-color: rgb(155,30,91); }
div.DivClassName
{
background-color: #9B1E5B;
}
.BgClassName
{
background-color: #9B1E5B;
}
</style>
border-color css
<style>
span { border-color: #9B1E5B; }
span { border-color: rgb(155,30,91); }
td.TdClassName
{
border-color: #9B1E5B;
}
.TagClassName
{
border-color: #9B1E5B;
}
</style>