Shades of Lipstick #9A244D
Tints of Lipstick #9A244D
RGB
CMYK
RGB Variations
Color information
#9A244D (or 0x9A244D) is known color: Lipstick. HEX triplet: 9A, 24 and 4D. RGB value is (154,36,77). Sum of RGB (Red+Green+Blue) = 154+36+77=267 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.68% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 154 - color contains mainly: red. Hex color #9A244D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A244D is #65DBB2. Grayscale: #4B4B4B. Windows color (decimal): -6675379 or 5055642. OLE color: 5055642.
HSL color Cylindrical-coordinate representation of color #9A244D: hue angle of 339.15º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A244D is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 36 | 77 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.40 |
| HSL | 339.15º | 0.62% | 0.37% | - |
| HSV(B) | 339.15º | 0.77% | 0.6% | - |
| XYZ | 15.3 | 8.67 | 7.89 | - |
| YUV | 75.96 | 128.59 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 36 | 77 | 0 | 0.77 | 0.50 | 0.40 | 339.15 | 0.62 | 0.37 |
| Hex | 9A | 24 | 4D | 0 | 4D | 32 | 28 | 153 | 3E | 25 |
| Octal | 232 | 44 | 115 | 0 | 115 | 62 | 50 | 523 | 76 | 45 |
| Binary | 10011010 | 100100 | 1001101 | 0 | 1001101 | 110010 | 101000 | 101010011 | 111110 | 100101 |
Color Harmonies of #9A244D
Complementary color
Monochromatic Colors of #9A244D
Black with #9A244D
Text Example
Text Example
White with #9A244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A244D; }
p { color: rgb(154,36,77); }
H1.HeaderClassName
{
color: #9A244D;
}
.AnyTagClassName
{
color: #9A244D;
}
</style>
background-color css
<style>
a { background-color: #9A244D; }
a { background-color: rgb(154,36,77); }
div.DivClassName
{
background-color: #9A244D;
}
.BgClassName
{
background-color: #9A244D;
}
</style>
border-color css
<style>
span { border-color: #9A244D; }
span { border-color: rgb(154,36,77); }
td.TdClassName
{
border-color: #9A244D;
}
.TagClassName
{
border-color: #9A244D;
}
</style>