Shades of Lipstick #9A1D50
Tints of Lipstick #9A1D50
RGB
CMYK
RGB Variations
Color information
#9A1D50 (or 0x9A1D50) is known color: Lipstick. HEX triplet: 9A, 1D and 50. RGB value is (154,29,80). Sum of RGB (Red+Green+Blue) = 154+29+80=263 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.56% from 263); Green value is 29 (11.72% from 255 or 11.03% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1D50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A1D50 is #65E2AF. Grayscale: #484848. Windows color (decimal): -6677168 or 5250458. OLE color: 5250458.
HSL color Cylindrical-coordinate representation of color #9A1D50: hue angle of 335.52º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9A1D50 is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 29 | 80 | - |
| CMYK | 0 | 0.81 | 0.48 | 0.40 |
| HSL | 335.52º | 0.68% | 0.36% | - |
| HSV(B) | 335.52º | 0.81% | 0.6% | - |
| XYZ | 15.21 | 8.33 | 8.4 | - |
| YUV | 72.19 | 132.41 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 29 | 80 | 0 | 0.81 | 0.48 | 0.40 | 335.52 | 0.68 | 0.36 |
| Hex | 9A | 1D | 50 | 0 | 51 | 30 | 28 | 150 | 44 | 24 |
| Octal | 232 | 35 | 120 | 0 | 121 | 60 | 50 | 520 | 104 | 44 |
| Binary | 10011010 | 11101 | 1010000 | 0 | 1010001 | 110000 | 101000 | 101010000 | 1000100 | 100100 |
Color Harmonies of #9A1D50
Complementary color
Monochromatic Colors of #9A1D50
Black with #9A1D50
Text Example
Text Example
White with #9A1D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1D50; }
p { color: rgb(154,29,80); }
H1.HeaderClassName
{
color: #9A1D50;
}
.AnyTagClassName
{
color: #9A1D50;
}
</style>
background-color css
<style>
a { background-color: #9A1D50; }
a { background-color: rgb(154,29,80); }
div.DivClassName
{
background-color: #9A1D50;
}
.BgClassName
{
background-color: #9A1D50;
}
</style>
border-color css
<style>
span { border-color: #9A1D50; }
span { border-color: rgb(154,29,80); }
td.TdClassName
{
border-color: #9A1D50;
}
.TagClassName
{
border-color: #9A1D50;
}
</style>