Shades of Lipstick #9B2843
Tints of Lipstick #9B2843
RGB
CMYK
RGB Variations
Color information
#9B2843 (or 0x9B2843) is known color: Lipstick. HEX triplet: 9B, 28 and 43. RGB value is (155,40,67). Sum of RGB (Red+Green+Blue) = 155+40+67=262 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.16% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 67 (26.56% from 255 or 25.57% from 262); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2843 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2843 is #64D7BC. Grayscale: #4D4D4D. Windows color (decimal): -6608829 or 4401307. OLE color: 4401307.
HSL color Cylindrical-coordinate representation of color #9B2843: hue angle of 345.91º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B2843 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 40 | 67 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.39 |
| HSL | 345.91º | 0.59% | 0.38% | - |
| HSV(B) | 345.91º | 0.74% | 0.61% | - |
| XYZ | 15.29 | 8.89 | 6.22 | - |
| YUV | 77.46 | 122.1 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 40 | 67 | 0 | 0.74 | 0.57 | 0.39 | 345.91 | 0.59 | 0.38 |
| Hex | 9B | 28 | 43 | 0 | 4A | 39 | 27 | 15A | 3B | 26 |
| Octal | 233 | 50 | 103 | 0 | 112 | 71 | 47 | 532 | 73 | 46 |
| Binary | 10011011 | 101000 | 1000011 | 0 | 1001010 | 111001 | 100111 | 101011010 | 111011 | 100110 |
Color Harmonies of #9B2843
Complementary color
Monochromatic Colors of #9B2843
Black with #9B2843
Text Example
Text Example
White with #9B2843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2843; }
p { color: rgb(155,40,67); }
H1.HeaderClassName
{
color: #9B2843;
}
.AnyTagClassName
{
color: #9B2843;
}
</style>
background-color css
<style>
a { background-color: #9B2843; }
a { background-color: rgb(155,40,67); }
div.DivClassName
{
background-color: #9B2843;
}
.BgClassName
{
background-color: #9B2843;
}
</style>
border-color css
<style>
span { border-color: #9B2843; }
span { border-color: rgb(155,40,67); }
td.TdClassName
{
border-color: #9B2843;
}
.TagClassName
{
border-color: #9B2843;
}
</style>