Shades of Lipstick #9B2040
Tints of Lipstick #9B2040
RGB
CMYK
RGB Variations
Color information
#9B2040 (or 0x9B2040) is known color: Lipstick. HEX triplet: 9B, 20 and 40. RGB value is (155,32,64). Sum of RGB (Red+Green+Blue) = 155+32+64=251 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.75% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2040 is #64DFBF. Grayscale: #484848. Windows color (decimal): -6610880 or 4202651. OLE color: 4202651.
HSL color Cylindrical-coordinate representation of color #9B2040: hue angle of 344.39º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B2040 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 32 | 64 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.39 |
| HSL | 344.39º | 0.66% | 0.37% | - |
| HSV(B) | 344.39º | 0.79% | 0.61% | - |
| XYZ | 14.96 | 8.37 | 5.68 | - |
| YUV | 72.43 | 123.25 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 32 | 64 | 0 | 0.79 | 0.59 | 0.39 | 344.39 | 0.66 | 0.37 |
| Hex | 9B | 20 | 40 | 0 | 4F | 3B | 27 | 158 | 42 | 25 |
| Octal | 233 | 40 | 100 | 0 | 117 | 73 | 47 | 530 | 102 | 45 |
| Binary | 10011011 | 100000 | 1000000 | 0 | 1001111 | 111011 | 100111 | 101011000 | 1000010 | 100101 |
Color Harmonies of #9B2040
Complementary color
Monochromatic Colors of #9B2040
Black with #9B2040
Text Example
Text Example
White with #9B2040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2040; }
p { color: rgb(155,32,64); }
H1.HeaderClassName
{
color: #9B2040;
}
.AnyTagClassName
{
color: #9B2040;
}
</style>
background-color css
<style>
a { background-color: #9B2040; }
a { background-color: rgb(155,32,64); }
div.DivClassName
{
background-color: #9B2040;
}
.BgClassName
{
background-color: #9B2040;
}
</style>
border-color css
<style>
span { border-color: #9B2040; }
span { border-color: rgb(155,32,64); }
td.TdClassName
{
border-color: #9B2040;
}
.TagClassName
{
border-color: #9B2040;
}
</style>