Shades of Lipstick #9A3659
Tints of Lipstick #9A3659
RGB
CMYK
RGB Variations
Color information
#9A3659 (or 0x9A3659) is known color: Lipstick. HEX triplet: 9A, 36 and 59. RGB value is (154,54,89). Sum of RGB (Red+Green+Blue) = 154+54+89=297 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.85% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3659 is #65C9A6. Grayscale: #575757. Windows color (decimal): -6670759 or 5846682. OLE color: 5846682.
HSL color Cylindrical-coordinate representation of color #9A3659: hue angle of 339º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9A3659 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 54 | 89 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.40 |
| HSL | 339º | 0.48% | 0.41% | - |
| HSV(B) | 339º | 0.65% | 0.6% | - |
| XYZ | 16.45 | 10.23 | 10.56 | - |
| YUV | 87.89 | 128.63 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 54 | 89 | 0 | 0.65 | 0.42 | 0.40 | 339 | 0.48 | 0.41 |
| Hex | 9A | 36 | 59 | 0 | 41 | 2A | 28 | 153 | 30 | 29 |
| Octal | 232 | 66 | 131 | 0 | 101 | 52 | 50 | 523 | 60 | 51 |
| Binary | 10011010 | 110110 | 1011001 | 0 | 1000001 | 101010 | 101000 | 101010011 | 110000 | 101001 |
Color Harmonies of #9A3659
Complementary color
Monochromatic Colors of #9A3659
Black with #9A3659
Text Example
Text Example
White with #9A3659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3659; }
p { color: rgb(154,54,89); }
H1.HeaderClassName
{
color: #9A3659;
}
.AnyTagClassName
{
color: #9A3659;
}
</style>
background-color css
<style>
a { background-color: #9A3659; }
a { background-color: rgb(154,54,89); }
div.DivClassName
{
background-color: #9A3659;
}
.BgClassName
{
background-color: #9A3659;
}
</style>
border-color css
<style>
span { border-color: #9A3659; }
span { border-color: rgb(154,54,89); }
td.TdClassName
{
border-color: #9A3659;
}
.TagClassName
{
border-color: #9A3659;
}
</style>