Shades of Lipstick #9B1548
Tints of Lipstick #9B1548
RGB
CMYK
RGB Variations
Color information
#9B1548 (or 0x9B1548) is known color: Lipstick. HEX triplet: 9B, 15 and 48. RGB value is (155,21,72). Sum of RGB (Red+Green+Blue) = 155+21+72=248 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.5% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 72 (28.52% from 255 or 29.03% from 248); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1548 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1548 is #64EAB7. Grayscale: #424242. Windows color (decimal): -6613688 or 4724123. OLE color: 4724123.
HSL color Cylindrical-coordinate representation of color #9B1548: hue angle of 337.16º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B1548 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 21 | 72 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.39 |
| HSL | 337.16º | 0.76% | 0.35% | - |
| HSV(B) | 337.16º | 0.86% | 0.61% | - |
| XYZ | 14.96 | 7.97 | 6.88 | - |
| YUV | 66.88 | 130.89 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 21 | 72 | 0 | 0.86 | 0.54 | 0.39 | 337.16 | 0.76 | 0.35 |
| Hex | 9B | 15 | 48 | 0 | 56 | 36 | 27 | 151 | 4C | 23 |
| Octal | 233 | 25 | 110 | 0 | 126 | 66 | 47 | 521 | 114 | 43 |
| Binary | 10011011 | 10101 | 1001000 | 0 | 1010110 | 110110 | 100111 | 101010001 | 1001100 | 100011 |
Color Harmonies of #9B1548
Complementary color
Monochromatic Colors of #9B1548
Black with #9B1548
Text Example
Text Example
White with #9B1548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1548; }
p { color: rgb(155,21,72); }
H1.HeaderClassName
{
color: #9B1548;
}
.AnyTagClassName
{
color: #9B1548;
}
</style>
background-color css
<style>
a { background-color: #9B1548; }
a { background-color: rgb(155,21,72); }
div.DivClassName
{
background-color: #9B1548;
}
.BgClassName
{
background-color: #9B1548;
}
</style>
border-color css
<style>
span { border-color: #9B1548; }
span { border-color: rgb(155,21,72); }
td.TdClassName
{
border-color: #9B1548;
}
.TagClassName
{
border-color: #9B1548;
}
</style>