Shades of Lipstick #9B2945
Tints of Lipstick #9B2945
RGB
CMYK
RGB Variations
Color information
#9B2945 (or 0x9B2945) is known color: Lipstick. HEX triplet: 9B, 29 and 45. RGB value is (155,41,69). Sum of RGB (Red+Green+Blue) = 155+41+69=265 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.49% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2945 is #64D6BA. Grayscale: #4E4E4E. Windows color (decimal): -6608571 or 4532635. OLE color: 4532635.
HSL color Cylindrical-coordinate representation of color #9B2945: hue angle of 345.26º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B2945 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 41 | 69 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.39 |
| HSL | 345.26º | 0.58% | 0.38% | - |
| HSV(B) | 345.26º | 0.74% | 0.61% | - |
| XYZ | 15.38 | 8.98 | 6.55 | - |
| YUV | 78.28 | 122.77 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 41 | 69 | 0 | 0.74 | 0.55 | 0.39 | 345.26 | 0.58 | 0.38 |
| Hex | 9B | 29 | 45 | 0 | 4A | 37 | 27 | 159 | 3A | 26 |
| Octal | 233 | 51 | 105 | 0 | 112 | 67 | 47 | 531 | 72 | 46 |
| Binary | 10011011 | 101001 | 1000101 | 0 | 1001010 | 110111 | 100111 | 101011001 | 111010 | 100110 |
Color Harmonies of #9B2945
Complementary color
Monochromatic Colors of #9B2945
Black with #9B2945
Text Example
Text Example
White with #9B2945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2945; }
p { color: rgb(155,41,69); }
H1.HeaderClassName
{
color: #9B2945;
}
.AnyTagClassName
{
color: #9B2945;
}
</style>
background-color css
<style>
a { background-color: #9B2945; }
a { background-color: rgb(155,41,69); }
div.DivClassName
{
background-color: #9B2945;
}
.BgClassName
{
background-color: #9B2945;
}
</style>
border-color css
<style>
span { border-color: #9B2945; }
span { border-color: rgb(155,41,69); }
td.TdClassName
{
border-color: #9B2945;
}
.TagClassName
{
border-color: #9B2945;
}
</style>