Shades of Lipstick #9B2D44
Tints of Lipstick #9B2D44
RGB
CMYK
RGB Variations
Color information
#9B2D44 (or 0x9B2D44) is known color: Lipstick. HEX triplet: 9B, 2D and 44. RGB value is (155,45,68). Sum of RGB (Red+Green+Blue) = 155+45+68=268 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.84% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2D44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2D44 is #64D2BB. Grayscale: #505050. Windows color (decimal): -6607548 or 4468123. OLE color: 4468123.
HSL color Cylindrical-coordinate representation of color #9B2D44: hue angle of 347.45º 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 #9B2D44 is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 45 | 68 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.39 |
| HSL | 347.45º | 0.55% | 0.39% | - |
| HSV(B) | 347.45º | 0.71% | 0.61% | - |
| XYZ | 15.5 | 9.26 | 6.44 | - |
| YUV | 80.51 | 120.94 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 45 | 68 | 0 | 0.71 | 0.56 | 0.39 | 347.45 | 0.55 | 0.39 |
| Hex | 9B | 2D | 44 | 0 | 47 | 38 | 27 | 15B | 37 | 27 |
| Octal | 233 | 55 | 104 | 0 | 107 | 70 | 47 | 533 | 67 | 47 |
| Binary | 10011011 | 101101 | 1000100 | 0 | 1000111 | 111000 | 100111 | 101011011 | 110111 | 100111 |
Color Harmonies of #9B2D44
Complementary color
Monochromatic Colors of #9B2D44
Black with #9B2D44
Text Example
Text Example
White with #9B2D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2D44; }
p { color: rgb(155,45,68); }
H1.HeaderClassName
{
color: #9B2D44;
}
.AnyTagClassName
{
color: #9B2D44;
}
</style>
background-color css
<style>
a { background-color: #9B2D44; }
a { background-color: rgb(155,45,68); }
div.DivClassName
{
background-color: #9B2D44;
}
.BgClassName
{
background-color: #9B2D44;
}
</style>
border-color css
<style>
span { border-color: #9B2D44; }
span { border-color: rgb(155,45,68); }
td.TdClassName
{
border-color: #9B2D44;
}
.TagClassName
{
border-color: #9B2D44;
}
</style>