Shades of Lipstick #9B284C
Tints of Lipstick #9B284C
RGB
CMYK
RGB Variations
Color information
#9B284C (or 0x9B284C) is known color: Lipstick. HEX triplet: 9B, 28 and 4C. RGB value is (155,40,76). Sum of RGB (Red+Green+Blue) = 155+40+76=271 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.20% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 155 - color contains mainly: red. Hex color #9B284C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B284C is #64D7B3. Grayscale: #4E4E4E. Windows color (decimal): -6608820 or 4991131. OLE color: 4991131.
HSL color Cylindrical-coordinate representation of color #9B284C: hue angle of 341.22º 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 #9B284C is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 40 | 76 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.39 |
| HSL | 341.22º | 0.59% | 0.38% | - |
| HSV(B) | 341.22º | 0.74% | 0.61% | - |
| XYZ | 15.58 | 9.01 | 7.75 | - |
| YUV | 78.49 | 126.6 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 40 | 76 | 0 | 0.74 | 0.51 | 0.39 | 341.22 | 0.59 | 0.38 |
| Hex | 9B | 28 | 4C | 0 | 4A | 33 | 27 | 155 | 3B | 26 |
| Octal | 233 | 50 | 114 | 0 | 112 | 63 | 47 | 525 | 73 | 46 |
| Binary | 10011011 | 101000 | 1001100 | 0 | 1001010 | 110011 | 100111 | 101010101 | 111011 | 100110 |
Color Harmonies of #9B284C
Complementary color
Monochromatic Colors of #9B284C
Black with #9B284C
Text Example
Text Example
White with #9B284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B284C; }
p { color: rgb(155,40,76); }
H1.HeaderClassName
{
color: #9B284C;
}
.AnyTagClassName
{
color: #9B284C;
}
</style>
background-color css
<style>
a { background-color: #9B284C; }
a { background-color: rgb(155,40,76); }
div.DivClassName
{
background-color: #9B284C;
}
.BgClassName
{
background-color: #9B284C;
}
</style>
border-color css
<style>
span { border-color: #9B284C; }
span { border-color: rgb(155,40,76); }
td.TdClassName
{
border-color: #9B284C;
}
.TagClassName
{
border-color: #9B284C;
}
</style>