Shades of Lipstick #9B3152
Tints of Lipstick #9B3152
RGB
CMYK
RGB Variations
Color information
#9B3152 (or 0x9B3152) is known color: Lipstick. HEX triplet: 9B, 31 and 52. RGB value is (155,49,82). Sum of RGB (Red+Green+Blue) = 155+49+82=286 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.20% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3152 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3152 is #64CEAD. Grayscale: #545454. Windows color (decimal): -6606510 or 5386651. OLE color: 5386651.
HSL color Cylindrical-coordinate representation of color #9B3152: hue angle of 341.32º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B3152 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 49 | 82 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.39 |
| HSL | 341.32º | 0.52% | 0.4% | - |
| HSV(B) | 341.32º | 0.68% | 0.61% | - |
| XYZ | 16.14 | 9.77 | 9.02 | - |
| YUV | 84.46 | 126.62 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 49 | 82 | 0 | 0.68 | 0.47 | 0.39 | 341.32 | 0.52 | 0.4 |
| Hex | 9B | 31 | 52 | 0 | 44 | 2F | 27 | 155 | 34 | 28 |
| Octal | 233 | 61 | 122 | 0 | 104 | 57 | 47 | 525 | 64 | 50 |
| Binary | 10011011 | 110001 | 1010010 | 0 | 1000100 | 101111 | 100111 | 101010101 | 110100 | 101000 |
Color Harmonies of #9B3152
Complementary color
Monochromatic Colors of #9B3152
Black with #9B3152
Text Example
Text Example
White with #9B3152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3152; }
p { color: rgb(155,49,82); }
H1.HeaderClassName
{
color: #9B3152;
}
.AnyTagClassName
{
color: #9B3152;
}
</style>
background-color css
<style>
a { background-color: #9B3152; }
a { background-color: rgb(155,49,82); }
div.DivClassName
{
background-color: #9B3152;
}
.BgClassName
{
background-color: #9B3152;
}
</style>
border-color css
<style>
span { border-color: #9B3152; }
span { border-color: rgb(155,49,82); }
td.TdClassName
{
border-color: #9B3152;
}
.TagClassName
{
border-color: #9B3152;
}
</style>