Shades of Lipstick #9B2748
Tints of Lipstick #9B2748
RGB
CMYK
RGB Variations
Color information
#9B2748 (or 0x9B2748) is known color: Lipstick. HEX triplet: 9B, 27 and 48. RGB value is (155,39,72). Sum of RGB (Red+Green+Blue) = 155+39+72=266 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.27% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2748 is #64D8B7. Grayscale: #4D4D4D. Windows color (decimal): -6609080 or 4728731. OLE color: 4728731.
HSL color Cylindrical-coordinate representation of color #9B2748: hue angle of 342.93º degrees, saturation: 0.6, 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 #9B2748 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 39 | 72 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.39 |
| HSL | 342.93º | 0.6% | 0.38% | - |
| HSV(B) | 342.93º | 0.75% | 0.61% | - |
| XYZ | 15.41 | 8.89 | 7.03 | - |
| YUV | 77.45 | 124.93 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 39 | 72 | 0 | 0.75 | 0.54 | 0.39 | 342.93 | 0.6 | 0.38 |
| Hex | 9B | 27 | 48 | 0 | 4B | 36 | 27 | 157 | 3C | 26 |
| Octal | 233 | 47 | 110 | 0 | 113 | 66 | 47 | 527 | 74 | 46 |
| Binary | 10011011 | 100111 | 1001000 | 0 | 1001011 | 110110 | 100111 | 101010111 | 111100 | 100110 |
Color Harmonies of #9B2748
Complementary color
Monochromatic Colors of #9B2748
Black with #9B2748
Text Example
Text Example
White with #9B2748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2748; }
p { color: rgb(155,39,72); }
H1.HeaderClassName
{
color: #9B2748;
}
.AnyTagClassName
{
color: #9B2748;
}
</style>
background-color css
<style>
a { background-color: #9B2748; }
a { background-color: rgb(155,39,72); }
div.DivClassName
{
background-color: #9B2748;
}
.BgClassName
{
background-color: #9B2748;
}
</style>
border-color css
<style>
span { border-color: #9B2748; }
span { border-color: rgb(155,39,72); }
td.TdClassName
{
border-color: #9B2748;
}
.TagClassName
{
border-color: #9B2748;
}
</style>