Shades of Lipstick #9B304D
Tints of Lipstick #9B304D
RGB
CMYK
RGB Variations
Color information
#9B304D (or 0x9B304D) is known color: Lipstick. HEX triplet: 9B, 30 and 4D. RGB value is (155,48,77). Sum of RGB (Red+Green+Blue) = 155+48+77=280 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.36% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 155 - color contains mainly: red. Hex color #9B304D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B304D is #64CFB2. Grayscale: #535353. Windows color (decimal): -6606771 or 5058715. OLE color: 5058715.
HSL color Cylindrical-coordinate representation of color #9B304D: hue angle of 343.74º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B304D is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 48 | 77 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.39 |
| HSL | 343.74º | 0.53% | 0.4% | - |
| HSV(B) | 343.74º | 0.69% | 0.61% | - |
| XYZ | 15.91 | 9.62 | 8.04 | - |
| YUV | 83.3 | 124.45 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 48 | 77 | 0 | 0.69 | 0.50 | 0.39 | 343.74 | 0.53 | 0.4 |
| Hex | 9B | 30 | 4D | 0 | 45 | 32 | 27 | 158 | 35 | 28 |
| Octal | 233 | 60 | 115 | 0 | 105 | 62 | 47 | 530 | 65 | 50 |
| Binary | 10011011 | 110000 | 1001101 | 0 | 1000101 | 110010 | 100111 | 101011000 | 110101 | 101000 |
Color Harmonies of #9B304D
Complementary color
Monochromatic Colors of #9B304D
Black with #9B304D
Text Example
Text Example
White with #9B304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B304D; }
p { color: rgb(155,48,77); }
H1.HeaderClassName
{
color: #9B304D;
}
.AnyTagClassName
{
color: #9B304D;
}
</style>
background-color css
<style>
a { background-color: #9B304D; }
a { background-color: rgb(155,48,77); }
div.DivClassName
{
background-color: #9B304D;
}
.BgClassName
{
background-color: #9B304D;
}
</style>
border-color css
<style>
span { border-color: #9B304D; }
span { border-color: rgb(155,48,77); }
td.TdClassName
{
border-color: #9B304D;
}
.TagClassName
{
border-color: #9B304D;
}
</style>