Shades of Lipstick #9B264D
Tints of Lipstick #9B264D
RGB
CMYK
RGB Variations
Color information
#9B264D (or 0x9B264D) is known color: Lipstick. HEX triplet: 9B, 26 and 4D. RGB value is (155,38,77). Sum of RGB (Red+Green+Blue) = 155+38+77=270 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.41% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 155 - color contains mainly: red. Hex color #9B264D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B264D is #64D9B2. Grayscale: #4D4D4D. Windows color (decimal): -6609331 or 5056155. OLE color: 5056155.
HSL color Cylindrical-coordinate representation of color #9B264D: hue angle of 340º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B264D is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 38 | 77 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.39 |
| HSL | 340º | 0.61% | 0.38% | - |
| HSV(B) | 340º | 0.75% | 0.61% | - |
| XYZ | 15.55 | 8.89 | 7.92 | - |
| YUV | 77.43 | 127.76 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 38 | 77 | 0 | 0.75 | 0.50 | 0.39 | 340 | 0.61 | 0.38 |
| Hex | 9B | 26 | 4D | 0 | 4B | 32 | 27 | 154 | 3D | 26 |
| Octal | 233 | 46 | 115 | 0 | 113 | 62 | 47 | 524 | 75 | 46 |
| Binary | 10011011 | 100110 | 1001101 | 0 | 1001011 | 110010 | 100111 | 101010100 | 111101 | 100110 |
Color Harmonies of #9B264D
Complementary color
Monochromatic Colors of #9B264D
Black with #9B264D
Text Example
Text Example
White with #9B264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B264D; }
p { color: rgb(155,38,77); }
H1.HeaderClassName
{
color: #9B264D;
}
.AnyTagClassName
{
color: #9B264D;
}
</style>
background-color css
<style>
a { background-color: #9B264D; }
a { background-color: rgb(155,38,77); }
div.DivClassName
{
background-color: #9B264D;
}
.BgClassName
{
background-color: #9B264D;
}
</style>
border-color css
<style>
span { border-color: #9B264D; }
span { border-color: rgb(155,38,77); }
td.TdClassName
{
border-color: #9B264D;
}
.TagClassName
{
border-color: #9B264D;
}
</style>