Shades of Lipstick #9B2544
Tints of Lipstick #9B2544
RGB
CMYK
RGB Variations
Color information
#9B2544 (or 0x9B2544) is known color: Lipstick. HEX triplet: 9B, 25 and 44. RGB value is (155,37,68). Sum of RGB (Red+Green+Blue) = 155+37+68=260 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.62% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 68 (26.95% from 255 or 26.15% from 260); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2544 is #64DABB. Grayscale: #4B4B4B. Windows color (decimal): -6609596 or 4466075. OLE color: 4466075.
HSL color Cylindrical-coordinate representation of color #9B2544: hue angle of 344.24º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9B2544 is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 37 | 68 | - |
| CMYK | 0 | 0.76 | 0.56 | 0.39 |
| HSL | 344.24º | 0.61% | 0.38% | - |
| HSV(B) | 344.24º | 0.76% | 0.61% | - |
| XYZ | 15.22 | 8.71 | 6.35 | - |
| YUV | 75.82 | 123.59 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 37 | 68 | 0 | 0.76 | 0.56 | 0.39 | 344.24 | 0.61 | 0.38 |
| Hex | 9B | 25 | 44 | 0 | 4C | 38 | 27 | 158 | 3D | 26 |
| Octal | 233 | 45 | 104 | 0 | 114 | 70 | 47 | 530 | 75 | 46 |
| Binary | 10011011 | 100101 | 1000100 | 0 | 1001100 | 111000 | 100111 | 101011000 | 111101 | 100110 |
Color Harmonies of #9B2544
Complementary color
Monochromatic Colors of #9B2544
Black with #9B2544
Text Example
Text Example
White with #9B2544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2544; }
p { color: rgb(155,37,68); }
H1.HeaderClassName
{
color: #9B2544;
}
.AnyTagClassName
{
color: #9B2544;
}
</style>
background-color css
<style>
a { background-color: #9B2544; }
a { background-color: rgb(155,37,68); }
div.DivClassName
{
background-color: #9B2544;
}
.BgClassName
{
background-color: #9B2544;
}
</style>
border-color css
<style>
span { border-color: #9B2544; }
span { border-color: rgb(155,37,68); }
td.TdClassName
{
border-color: #9B2544;
}
.TagClassName
{
border-color: #9B2544;
}
</style>