Shades of Lipstick #9B1D4E
Tints of Lipstick #9B1D4E
RGB
CMYK
RGB Variations
Color information
#9B1D4E (or 0x9B1D4E) is known color: Lipstick. HEX triplet: 9B, 1D and 4E. RGB value is (155,29,78). Sum of RGB (Red+Green+Blue) = 155+29+78=262 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.16% from 262); Green value is 29 (11.72% from 255 or 11.07% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1D4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1D4E is #64E2B1. Grayscale: #484848. Windows color (decimal): -6611634 or 5119387. OLE color: 5119387.
HSL color Cylindrical-coordinate representation of color #9B1D4E: hue angle of 336.67º 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 #9B1D4E is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 29 | 78 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.39 |
| HSL | 336.67º | 0.68% | 0.36% | - |
| HSV(B) | 336.67º | 0.81% | 0.61% | - |
| XYZ | 15.33 | 8.4 | 8.02 | - |
| YUV | 72.26 | 131.24 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 29 | 78 | 0 | 0.81 | 0.50 | 0.39 | 336.67 | 0.68 | 0.36 |
| Hex | 9B | 1D | 4E | 0 | 51 | 32 | 27 | 151 | 44 | 24 |
| Octal | 233 | 35 | 116 | 0 | 121 | 62 | 47 | 521 | 104 | 44 |
| Binary | 10011011 | 11101 | 1001110 | 0 | 1010001 | 110010 | 100111 | 101010001 | 1000100 | 100100 |
Color Harmonies of #9B1D4E
Complementary color
Monochromatic Colors of #9B1D4E
Black with #9B1D4E
Text Example
Text Example
White with #9B1D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1D4E; }
p { color: rgb(155,29,78); }
H1.HeaderClassName
{
color: #9B1D4E;
}
.AnyTagClassName
{
color: #9B1D4E;
}
</style>
background-color css
<style>
a { background-color: #9B1D4E; }
a { background-color: rgb(155,29,78); }
div.DivClassName
{
background-color: #9B1D4E;
}
.BgClassName
{
background-color: #9B1D4E;
}
</style>
border-color css
<style>
span { border-color: #9B1D4E; }
span { border-color: rgb(155,29,78); }
td.TdClassName
{
border-color: #9B1D4E;
}
.TagClassName
{
border-color: #9B1D4E;
}
</style>