Shades of Lipstick #9B284D
Tints of Lipstick #9B284D
RGB
CMYK
RGB Variations
Color information
#9B284D (or 0x9B284D) is known color: Lipstick. HEX triplet: 9B, 28 and 4D. RGB value is (155,40,77). Sum of RGB (Red+Green+Blue) = 155+40+77=272 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.99% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 155 - color contains mainly: red. Hex color #9B284D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B284D is #64D7B2. Grayscale: #4E4E4E. Windows color (decimal): -6608819 or 5056667. OLE color: 5056667.
HSL color Cylindrical-coordinate representation of color #9B284D: hue angle of 340.7º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B284D is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 40 | 77 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.39 |
| HSL | 340.7º | 0.59% | 0.38% | - |
| HSV(B) | 340.7º | 0.74% | 0.61% | - |
| XYZ | 15.62 | 9.02 | 7.94 | - |
| YUV | 78.6 | 127.1 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 40 | 77 | 0 | 0.74 | 0.50 | 0.39 | 340.7 | 0.59 | 0.38 |
| Hex | 9B | 28 | 4D | 0 | 4A | 32 | 27 | 155 | 3B | 26 |
| Octal | 233 | 50 | 115 | 0 | 112 | 62 | 47 | 525 | 73 | 46 |
| Binary | 10011011 | 101000 | 1001101 | 0 | 1001010 | 110010 | 100111 | 101010101 | 111011 | 100110 |
Color Harmonies of #9B284D
Complementary color
Monochromatic Colors of #9B284D
Black with #9B284D
Text Example
Text Example
White with #9B284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B284D; }
p { color: rgb(155,40,77); }
H1.HeaderClassName
{
color: #9B284D;
}
.AnyTagClassName
{
color: #9B284D;
}
</style>
background-color css
<style>
a { background-color: #9B284D; }
a { background-color: rgb(155,40,77); }
div.DivClassName
{
background-color: #9B284D;
}
.BgClassName
{
background-color: #9B284D;
}
</style>
border-color css
<style>
span { border-color: #9B284D; }
span { border-color: rgb(155,40,77); }
td.TdClassName
{
border-color: #9B284D;
}
.TagClassName
{
border-color: #9B284D;
}
</style>