Shades of Lipstick #9A3260
Tints of Lipstick #9A3260
RGB
CMYK
RGB Variations
Color information
#9A3260 (or 0x9A3260) is known color: Lipstick. HEX triplet: 9A, 32 and 60. RGB value is (154,50,96). Sum of RGB (Red+Green+Blue) = 154+50+96=300 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.33% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3260 is #65CD9F. Grayscale: #565656. Windows color (decimal): -6671776 or 6304410. OLE color: 6304410.
HSL color Cylindrical-coordinate representation of color #9A3260: hue angle of 333.46º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A3260 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 50 | 96 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.40 |
| HSL | 333.46º | 0.51% | 0.4% | - |
| HSV(B) | 333.46º | 0.68% | 0.6% | - |
| XYZ | 16.58 | 10 | 12.12 | - |
| YUV | 86.34 | 133.46 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 50 | 96 | 0 | 0.68 | 0.38 | 0.40 | 333.46 | 0.51 | 0.4 |
| Hex | 9A | 32 | 60 | 0 | 44 | 26 | 28 | 14D | 33 | 28 |
| Octal | 232 | 62 | 140 | 0 | 104 | 46 | 50 | 515 | 63 | 50 |
| Binary | 10011010 | 110010 | 1100000 | 0 | 1000100 | 100110 | 101000 | 101001101 | 110011 | 101000 |
Color Harmonies of #9A3260
Complementary color
Monochromatic Colors of #9A3260
Black with #9A3260
Text Example
Text Example
White with #9A3260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3260; }
p { color: rgb(154,50,96); }
H1.HeaderClassName
{
color: #9A3260;
}
.AnyTagClassName
{
color: #9A3260;
}
</style>
background-color css
<style>
a { background-color: #9A3260; }
a { background-color: rgb(154,50,96); }
div.DivClassName
{
background-color: #9A3260;
}
.BgClassName
{
background-color: #9A3260;
}
</style>
border-color css
<style>
span { border-color: #9A3260; }
span { border-color: rgb(154,50,96); }
td.TdClassName
{
border-color: #9A3260;
}
.TagClassName
{
border-color: #9A3260;
}
</style>