Shades of Lipstick #9B1E4E
Tints of Lipstick #9B1E4E
RGB
CMYK
RGB Variations
Color information
#9B1E4E (or 0x9B1E4E) is known color: Lipstick. HEX triplet: 9B, 1E and 4E. RGB value is (155,30,78). Sum of RGB (Red+Green+Blue) = 155+30+78=263 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.94% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1E4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1E4E is #64E1B1. Grayscale: #484848. Windows color (decimal): -6611378 or 5119643. OLE color: 5119643.
HSL color Cylindrical-coordinate representation of color #9B1E4E: hue angle of 336.96º 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 #9B1E4E is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 30 | 78 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.39 |
| HSL | 336.96º | 0.68% | 0.36% | - |
| HSV(B) | 336.96º | 0.81% | 0.61% | - |
| XYZ | 15.36 | 8.45 | 8.03 | - |
| YUV | 72.85 | 130.91 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 30 | 78 | 0 | 0.81 | 0.50 | 0.39 | 336.96 | 0.68 | 0.36 |
| Hex | 9B | 1E | 4E | 0 | 51 | 32 | 27 | 151 | 44 | 24 |
| Octal | 233 | 36 | 116 | 0 | 121 | 62 | 47 | 521 | 104 | 44 |
| Binary | 10011011 | 11110 | 1001110 | 0 | 1010001 | 110010 | 100111 | 101010001 | 1000100 | 100100 |
Color Harmonies of #9B1E4E
Complementary color
Monochromatic Colors of #9B1E4E
Black with #9B1E4E
Text Example
Text Example
White with #9B1E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1E4E; }
p { color: rgb(155,30,78); }
H1.HeaderClassName
{
color: #9B1E4E;
}
.AnyTagClassName
{
color: #9B1E4E;
}
</style>
background-color css
<style>
a { background-color: #9B1E4E; }
a { background-color: rgb(155,30,78); }
div.DivClassName
{
background-color: #9B1E4E;
}
.BgClassName
{
background-color: #9B1E4E;
}
</style>
border-color css
<style>
span { border-color: #9B1E4E; }
span { border-color: rgb(155,30,78); }
td.TdClassName
{
border-color: #9B1E4E;
}
.TagClassName
{
border-color: #9B1E4E;
}
</style>