Shades of Lipstick #9B2B45
Tints of Lipstick #9B2B45
RGB
CMYK
RGB Variations
Color information
#9B2B45 (or 0x9B2B45) is known color: Lipstick. HEX triplet: 9B, 2B and 45. RGB value is (155,43,69). Sum of RGB (Red+Green+Blue) = 155+43+69=267 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.05% from 267); Green value is 43 (17.19% from 255 or 16.10% from 267); Blue value is 69 (27.34% from 255 or 25.84% from 267); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2B45 is #64D4BA. Grayscale: #4F4F4F. Windows color (decimal): -6608059 or 4533147. OLE color: 4533147.
HSL color Cylindrical-coordinate representation of color #9B2B45: hue angle of 346.07º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B2B45 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 43 | 69 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.39 |
| HSL | 346.07º | 0.57% | 0.39% | - |
| HSV(B) | 346.07º | 0.72% | 0.61% | - |
| XYZ | 15.46 | 9.13 | 6.58 | - |
| YUV | 79.45 | 122.11 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 43 | 69 | 0 | 0.72 | 0.55 | 0.39 | 346.07 | 0.57 | 0.39 |
| Hex | 9B | 2B | 45 | 0 | 48 | 37 | 27 | 15A | 39 | 27 |
| Octal | 233 | 53 | 105 | 0 | 110 | 67 | 47 | 532 | 71 | 47 |
| Binary | 10011011 | 101011 | 1000101 | 0 | 1001000 | 110111 | 100111 | 101011010 | 111001 | 100111 |
Color Harmonies of #9B2B45
Complementary color
Monochromatic Colors of #9B2B45
Black with #9B2B45
Text Example
Text Example
White with #9B2B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2B45; }
p { color: rgb(155,43,69); }
H1.HeaderClassName
{
color: #9B2B45;
}
.AnyTagClassName
{
color: #9B2B45;
}
</style>
background-color css
<style>
a { background-color: #9B2B45; }
a { background-color: rgb(155,43,69); }
div.DivClassName
{
background-color: #9B2B45;
}
.BgClassName
{
background-color: #9B2B45;
}
</style>
border-color css
<style>
span { border-color: #9B2B45; }
span { border-color: rgb(155,43,69); }
td.TdClassName
{
border-color: #9B2B45;
}
.TagClassName
{
border-color: #9B2B45;
}
</style>