Shades of Lipstick #9B244C
Tints of Lipstick #9B244C
RGB
CMYK
RGB Variations
Color information
#9B244C (or 0x9B244C) is known color: Lipstick. HEX triplet: 9B, 24 and 4C. RGB value is (155,36,76). Sum of RGB (Red+Green+Blue) = 155+36+76=267 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.05% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 155 - color contains mainly: red. Hex color #9B244C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B244C is #64DBB3. Grayscale: #4C4C4C. Windows color (decimal): -6609844 or 4990107. OLE color: 4990107.
HSL color Cylindrical-coordinate representation of color #9B244C: hue angle of 339.83º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B244C is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 36 | 76 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.39 |
| HSL | 339.83º | 0.62% | 0.37% | - |
| HSV(B) | 339.83º | 0.77% | 0.61% | - |
| XYZ | 15.45 | 8.75 | 7.71 | - |
| YUV | 76.14 | 127.92 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 36 | 76 | 0 | 0.77 | 0.51 | 0.39 | 339.83 | 0.62 | 0.37 |
| Hex | 9B | 24 | 4C | 0 | 4D | 33 | 27 | 154 | 3E | 25 |
| Octal | 233 | 44 | 114 | 0 | 115 | 63 | 47 | 524 | 76 | 45 |
| Binary | 10011011 | 100100 | 1001100 | 0 | 1001101 | 110011 | 100111 | 101010100 | 111110 | 100101 |
Color Harmonies of #9B244C
Complementary color
Monochromatic Colors of #9B244C
Black with #9B244C
Text Example
Text Example
White with #9B244C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B244C; }
p { color: rgb(155,36,76); }
H1.HeaderClassName
{
color: #9B244C;
}
.AnyTagClassName
{
color: #9B244C;
}
</style>
background-color css
<style>
a { background-color: #9B244C; }
a { background-color: rgb(155,36,76); }
div.DivClassName
{
background-color: #9B244C;
}
.BgClassName
{
background-color: #9B244C;
}
</style>
border-color css
<style>
span { border-color: #9B244C; }
span { border-color: rgb(155,36,76); }
td.TdClassName
{
border-color: #9B244C;
}
.TagClassName
{
border-color: #9B244C;
}
</style>