Shades of Lipstick #9B2053
Tints of Lipstick #9B2053
RGB
CMYK
RGB Variations
Color information
#9B2053 (or 0x9B2053) is known color: Lipstick. HEX triplet: 9B, 20 and 53. RGB value is (155,32,83). Sum of RGB (Red+Green+Blue) = 155+32+83=270 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.41% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2053 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2053 is #64DFAC. Grayscale: #4A4A4A. Windows color (decimal): -6610861 or 5447835. OLE color: 5447835.
HSL color Cylindrical-coordinate representation of color #9B2053: hue angle of 335.12º 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 #9B2053 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 32 | 83 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.39 |
| HSL | 335.12º | 0.66% | 0.37% | - |
| HSV(B) | 335.12º | 0.79% | 0.61% | - |
| XYZ | 15.6 | 8.63 | 9.03 | - |
| YUV | 74.59 | 132.75 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 32 | 83 | 0 | 0.79 | 0.46 | 0.39 | 335.12 | 0.66 | 0.37 |
| Hex | 9B | 20 | 53 | 0 | 4F | 2E | 27 | 14F | 42 | 25 |
| Octal | 233 | 40 | 123 | 0 | 117 | 56 | 47 | 517 | 102 | 45 |
| Binary | 10011011 | 100000 | 1010011 | 0 | 1001111 | 101110 | 100111 | 101001111 | 1000010 | 100101 |
Color Harmonies of #9B2053
Complementary color
Monochromatic Colors of #9B2053
Black with #9B2053
Text Example
Text Example
White with #9B2053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2053; }
p { color: rgb(155,32,83); }
H1.HeaderClassName
{
color: #9B2053;
}
.AnyTagClassName
{
color: #9B2053;
}
</style>
background-color css
<style>
a { background-color: #9B2053; }
a { background-color: rgb(155,32,83); }
div.DivClassName
{
background-color: #9B2053;
}
.BgClassName
{
background-color: #9B2053;
}
</style>
border-color css
<style>
span { border-color: #9B2053; }
span { border-color: rgb(155,32,83); }
td.TdClassName
{
border-color: #9B2053;
}
.TagClassName
{
border-color: #9B2053;
}
</style>