Shades of Lipstick #9B2651
Tints of Lipstick #9B2651
RGB
CMYK
RGB Variations
Color information
#9B2651 (or 0x9B2651) is known color: Lipstick. HEX triplet: 9B, 26 and 51. RGB value is (155,38,81). Sum of RGB (Red+Green+Blue) = 155+38+81=274 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.57% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2651 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2651 is #64D9AE. Grayscale: #4D4D4D. Windows color (decimal): -6609327 or 5318299. OLE color: 5318299.
HSL color Cylindrical-coordinate representation of color #9B2651: hue angle of 337.95º 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 #9B2651 is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 38 | 81 | - |
| CMYK | 0 | 0.75 | 0.48 | 0.39 |
| HSL | 337.95º | 0.61% | 0.38% | - |
| HSV(B) | 337.95º | 0.75% | 0.61% | - |
| XYZ | 15.7 | 8.95 | 8.68 | - |
| YUV | 77.89 | 129.76 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 38 | 81 | 0 | 0.75 | 0.48 | 0.39 | 337.95 | 0.61 | 0.38 |
| Hex | 9B | 26 | 51 | 0 | 4B | 30 | 27 | 152 | 3D | 26 |
| Octal | 233 | 46 | 121 | 0 | 113 | 60 | 47 | 522 | 75 | 46 |
| Binary | 10011011 | 100110 | 1010001 | 0 | 1001011 | 110000 | 100111 | 101010010 | 111101 | 100110 |
Color Harmonies of #9B2651
Complementary color
Monochromatic Colors of #9B2651
Black with #9B2651
Text Example
Text Example
White with #9B2651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2651; }
p { color: rgb(155,38,81); }
H1.HeaderClassName
{
color: #9B2651;
}
.AnyTagClassName
{
color: #9B2651;
}
</style>
background-color css
<style>
a { background-color: #9B2651; }
a { background-color: rgb(155,38,81); }
div.DivClassName
{
background-color: #9B2651;
}
.BgClassName
{
background-color: #9B2651;
}
</style>
border-color css
<style>
span { border-color: #9B2651; }
span { border-color: rgb(155,38,81); }
td.TdClassName
{
border-color: #9B2651;
}
.TagClassName
{
border-color: #9B2651;
}
</style>