Shades of Lipstick #9B1A4E
Tints of Lipstick #9B1A4E
RGB
CMYK
RGB Variations
Color information
#9B1A4E (or 0x9B1A4E) is known color: Lipstick. HEX triplet: 9B, 1A and 4E. RGB value is (155,26,78). Sum of RGB (Red+Green+Blue) = 155+26+78=259 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.85% from 259); Green value is 26 (10.55% from 255 or 10.04% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1A4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1A4E is #64E5B1. Grayscale: #464646. Windows color (decimal): -6612402 or 5118619. OLE color: 5118619.
HSL color Cylindrical-coordinate representation of color #9B1A4E: hue angle of 335.81º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B1A4E is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 26 | 78 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.39 |
| HSL | 335.81º | 0.71% | 0.35% | - |
| HSV(B) | 335.81º | 0.83% | 0.61% | - |
| XYZ | 15.26 | 8.26 | 8 | - |
| YUV | 70.5 | 132.24 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 26 | 78 | 0 | 0.83 | 0.50 | 0.39 | 335.81 | 0.71 | 0.35 |
| Hex | 9B | 1A | 4E | 0 | 53 | 32 | 27 | 150 | 47 | 23 |
| Octal | 233 | 32 | 116 | 0 | 123 | 62 | 47 | 520 | 107 | 43 |
| Binary | 10011011 | 11010 | 1001110 | 0 | 1010011 | 110010 | 100111 | 101010000 | 1000111 | 100011 |
Color Harmonies of #9B1A4E
Complementary color
Monochromatic Colors of #9B1A4E
Black with #9B1A4E
Text Example
Text Example
White with #9B1A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1A4E; }
p { color: rgb(155,26,78); }
H1.HeaderClassName
{
color: #9B1A4E;
}
.AnyTagClassName
{
color: #9B1A4E;
}
</style>
background-color css
<style>
a { background-color: #9B1A4E; }
a { background-color: rgb(155,26,78); }
div.DivClassName
{
background-color: #9B1A4E;
}
.BgClassName
{
background-color: #9B1A4E;
}
</style>
border-color css
<style>
span { border-color: #9B1A4E; }
span { border-color: rgb(155,26,78); }
td.TdClassName
{
border-color: #9B1A4E;
}
.TagClassName
{
border-color: #9B1A4E;
}
</style>