Shades of Lipstick #9B2D46
Tints of Lipstick #9B2D46
RGB
CMYK
RGB Variations
Color information
#9B2D46 (or 0x9B2D46) is known color: Lipstick. HEX triplet: 9B, 2D and 46. RGB value is (155,45,70). Sum of RGB (Red+Green+Blue) = 155+45+70=270 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.41% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 70 (27.73% from 255 or 25.93% from 270); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2D46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2D46 is #64D2B9. Grayscale: #505050. Windows color (decimal): -6607546 or 4599195. OLE color: 4599195.
HSL color Cylindrical-coordinate representation of color #9B2D46: hue angle of 346.36º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9B2D46 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 45 | 70 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.39 |
| HSL | 346.36º | 0.55% | 0.39% | - |
| HSV(B) | 346.36º | 0.71% | 0.61% | - |
| XYZ | 15.56 | 9.29 | 6.77 | - |
| YUV | 80.74 | 121.94 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 45 | 70 | 0 | 0.71 | 0.55 | 0.39 | 346.36 | 0.55 | 0.39 |
| Hex | 9B | 2D | 46 | 0 | 47 | 37 | 27 | 15A | 37 | 27 |
| Octal | 233 | 55 | 106 | 0 | 107 | 67 | 47 | 532 | 67 | 47 |
| Binary | 10011011 | 101101 | 1000110 | 0 | 1000111 | 110111 | 100111 | 101011010 | 110111 | 100111 |
Color Harmonies of #9B2D46
Complementary color
Monochromatic Colors of #9B2D46
Black with #9B2D46
Text Example
Text Example
White with #9B2D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2D46; }
p { color: rgb(155,45,70); }
H1.HeaderClassName
{
color: #9B2D46;
}
.AnyTagClassName
{
color: #9B2D46;
}
</style>
background-color css
<style>
a { background-color: #9B2D46; }
a { background-color: rgb(155,45,70); }
div.DivClassName
{
background-color: #9B2D46;
}
.BgClassName
{
background-color: #9B2D46;
}
</style>
border-color css
<style>
span { border-color: #9B2D46; }
span { border-color: rgb(155,45,70); }
td.TdClassName
{
border-color: #9B2D46;
}
.TagClassName
{
border-color: #9B2D46;
}
</style>