Shades of Lipstick #9B375F
Tints of Lipstick #9B375F
RGB
CMYK
RGB Variations
Color information
#9B375F (or 0x9B375F) is known color: Lipstick. HEX triplet: 9B, 37 and 5F. RGB value is (155,55,95). Sum of RGB (Red+Green+Blue) = 155+55+95=305 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.82% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 155 - color contains mainly: red. Hex color #9B375F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B375F is #64C8A0. Grayscale: #595959. Windows color (decimal): -6604961 or 6240155. OLE color: 6240155.
HSL color Cylindrical-coordinate representation of color #9B375F: hue angle of 336º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B375F is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 55 | 95 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.39 |
| HSL | 336º | 0.48% | 0.41% | - |
| HSV(B) | 336º | 0.65% | 0.61% | - |
| XYZ | 16.95 | 10.53 | 11.97 | - |
| YUV | 89.46 | 131.13 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 55 | 95 | 0 | 0.65 | 0.39 | 0.39 | 336 | 0.48 | 0.41 |
| Hex | 9B | 37 | 5F | 0 | 41 | 27 | 27 | 150 | 30 | 29 |
| Octal | 233 | 67 | 137 | 0 | 101 | 47 | 47 | 520 | 60 | 51 |
| Binary | 10011011 | 110111 | 1011111 | 0 | 1000001 | 100111 | 100111 | 101010000 | 110000 | 101001 |
Color Harmonies of #9B375F
Complementary color
Monochromatic Colors of #9B375F
Black with #9B375F
Text Example
Text Example
White with #9B375F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B375F; }
p { color: rgb(155,55,95); }
H1.HeaderClassName
{
color: #9B375F;
}
.AnyTagClassName
{
color: #9B375F;
}
</style>
background-color css
<style>
a { background-color: #9B375F; }
a { background-color: rgb(155,55,95); }
div.DivClassName
{
background-color: #9B375F;
}
.BgClassName
{
background-color: #9B375F;
}
</style>
border-color css
<style>
span { border-color: #9B375F; }
span { border-color: rgb(155,55,95); }
td.TdClassName
{
border-color: #9B375F;
}
.TagClassName
{
border-color: #9B375F;
}
</style>