Shades of Lipstick #9C244B
Tints of Lipstick #9C244B
RGB
CMYK
RGB Variations
Color information
#9C244B (or 0x9C244B) is known color: Lipstick. HEX triplet: 9C, 24 and 4B. RGB value is (156,36,75). Sum of RGB (Red+Green+Blue) = 156+36+75=267 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.43% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 156 - color contains mainly: red. Hex color #9C244B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C244B is #63DBB4. Grayscale: #4C4C4C. Windows color (decimal): -6544309 or 4924572. OLE color: 4924572.
HSL color Cylindrical-coordinate representation of color #9C244B: hue angle of 340.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9C244B is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 36 | 75 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.39 |
| HSL | 340.5º | 0.63% | 0.38% | - |
| HSV(B) | 340.5º | 0.77% | 0.61% | - |
| XYZ | 15.61 | 8.84 | 7.54 | - |
| YUV | 76.33 | 127.26 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 36 | 75 | 0 | 0.77 | 0.52 | 0.39 | 340.5 | 0.63 | 0.38 |
| Hex | 9C | 24 | 4B | 0 | 4D | 34 | 27 | 154 | 3E | 26 |
| Octal | 234 | 44 | 113 | 0 | 115 | 64 | 47 | 524 | 76 | 46 |
| Binary | 10011100 | 100100 | 1001011 | 0 | 1001101 | 110100 | 100111 | 101010100 | 111110 | 100110 |
Color Harmonies of #9C244B
Complementary color
Monochromatic Colors of #9C244B
Black with #9C244B
Text Example
Text Example
White with #9C244B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C244B; }
p { color: rgb(156,36,75); }
H1.HeaderClassName
{
color: #9C244B;
}
.AnyTagClassName
{
color: #9C244B;
}
</style>
background-color css
<style>
a { background-color: #9C244B; }
a { background-color: rgb(156,36,75); }
div.DivClassName
{
background-color: #9C244B;
}
.BgClassName
{
background-color: #9C244B;
}
</style>
border-color css
<style>
span { border-color: #9C244B; }
span { border-color: rgb(156,36,75); }
td.TdClassName
{
border-color: #9C244B;
}
.TagClassName
{
border-color: #9C244B;
}
</style>