Shades of Lipstick #9B254C
Tints of Lipstick #9B254C
RGB
CMYK
RGB Variations
Color information
#9B254C (or 0x9B254C) is known color: Lipstick. HEX triplet: 9B, 25 and 4C. RGB value is (155,37,76). Sum of RGB (Red+Green+Blue) = 155+37+76=268 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.84% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 155 - color contains mainly: red. Hex color #9B254C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B254C is #64DAB3. Grayscale: #4C4C4C. Windows color (decimal): -6609588 or 4990363. OLE color: 4990363.
HSL color Cylindrical-coordinate representation of color #9B254C: hue angle of 340.17º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9B254C is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 37 | 76 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.39 |
| HSL | 340.17º | 0.61% | 0.38% | - |
| HSV(B) | 340.17º | 0.76% | 0.61% | - |
| XYZ | 15.48 | 8.81 | 7.72 | - |
| YUV | 76.73 | 127.59 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 37 | 76 | 0 | 0.76 | 0.51 | 0.39 | 340.17 | 0.61 | 0.38 |
| Hex | 9B | 25 | 4C | 0 | 4C | 33 | 27 | 154 | 3D | 26 |
| Octal | 233 | 45 | 114 | 0 | 114 | 63 | 47 | 524 | 75 | 46 |
| Binary | 10011011 | 100101 | 1001100 | 0 | 1001100 | 110011 | 100111 | 101010100 | 111101 | 100110 |
Color Harmonies of #9B254C
Complementary color
Monochromatic Colors of #9B254C
Black with #9B254C
Text Example
Text Example
White with #9B254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B254C; }
p { color: rgb(155,37,76); }
H1.HeaderClassName
{
color: #9B254C;
}
.AnyTagClassName
{
color: #9B254C;
}
</style>
background-color css
<style>
a { background-color: #9B254C; }
a { background-color: rgb(155,37,76); }
div.DivClassName
{
background-color: #9B254C;
}
.BgClassName
{
background-color: #9B254C;
}
</style>
border-color css
<style>
span { border-color: #9B254C; }
span { border-color: rgb(155,37,76); }
td.TdClassName
{
border-color: #9B254C;
}
.TagClassName
{
border-color: #9B254C;
}
</style>