Shades of Lipstick #9A3656
Tints of Lipstick #9A3656
RGB
CMYK
RGB Variations
Color information
#9A3656 (or 0x9A3656) is known color: Lipstick. HEX triplet: 9A, 36 and 56. RGB value is (154,54,86). Sum of RGB (Red+Green+Blue) = 154+54+86=294 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.38% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3656 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3656 is #65C9A9. Grayscale: #575757. Windows color (decimal): -6670762 or 5650074. OLE color: 5650074.
HSL color Cylindrical-coordinate representation of color #9A3656: hue angle of 340.8º 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 #9A3656 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 54 | 86 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.40 |
| HSL | 340.8º | 0.48% | 0.41% | - |
| HSV(B) | 340.8º | 0.65% | 0.6% | - |
| XYZ | 16.33 | 10.18 | 9.91 | - |
| YUV | 87.55 | 127.13 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 54 | 86 | 0 | 0.65 | 0.44 | 0.40 | 340.8 | 0.48 | 0.41 |
| Hex | 9A | 36 | 56 | 0 | 41 | 2C | 28 | 155 | 30 | 29 |
| Octal | 232 | 66 | 126 | 0 | 101 | 54 | 50 | 525 | 60 | 51 |
| Binary | 10011010 | 110110 | 1010110 | 0 | 1000001 | 101100 | 101000 | 101010101 | 110000 | 101001 |
Color Harmonies of #9A3656
Complementary color
Monochromatic Colors of #9A3656
Black with #9A3656
Text Example
Text Example
White with #9A3656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3656; }
p { color: rgb(154,54,86); }
H1.HeaderClassName
{
color: #9A3656;
}
.AnyTagClassName
{
color: #9A3656;
}
</style>
background-color css
<style>
a { background-color: #9A3656; }
a { background-color: rgb(154,54,86); }
div.DivClassName
{
background-color: #9A3656;
}
.BgClassName
{
background-color: #9A3656;
}
</style>
border-color css
<style>
span { border-color: #9A3656; }
span { border-color: rgb(154,54,86); }
td.TdClassName
{
border-color: #9A3656;
}
.TagClassName
{
border-color: #9A3656;
}
</style>