Shades of Lipstick #9A325B
Tints of Lipstick #9A325B
RGB
CMYK
RGB Variations
Color information
#9A325B (or 0x9A325B) is known color: Lipstick. HEX triplet: 9A, 32 and 5B. RGB value is (154,50,91). Sum of RGB (Red+Green+Blue) = 154+50+91=295 (39% of max value = 765). Red value is 154 (60.55% from 255 or 52.20% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 154 - color contains mainly: red. Hex color #9A325B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A325B is #65CDA4. Grayscale: #555555. Windows color (decimal): -6671781 or 5976730. OLE color: 5976730.
HSL color Cylindrical-coordinate representation of color #9A325B: hue angle of 336.35º 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 #9A325B is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 50 | 91 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.40 |
| HSL | 336.35º | 0.51% | 0.4% | - |
| HSV(B) | 336.35º | 0.68% | 0.6% | - |
| XYZ | 16.36 | 9.91 | 10.95 | - |
| YUV | 85.77 | 130.96 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 50 | 91 | 0 | 0.68 | 0.41 | 0.40 | 336.35 | 0.51 | 0.4 |
| Hex | 9A | 32 | 5B | 0 | 44 | 29 | 28 | 150 | 33 | 28 |
| Octal | 232 | 62 | 133 | 0 | 104 | 51 | 50 | 520 | 63 | 50 |
| Binary | 10011010 | 110010 | 1011011 | 0 | 1000100 | 101001 | 101000 | 101010000 | 110011 | 101000 |
Color Harmonies of #9A325B
Complementary color
Monochromatic Colors of #9A325B
Black with #9A325B
Text Example
Text Example
White with #9A325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A325B; }
p { color: rgb(154,50,91); }
H1.HeaderClassName
{
color: #9A325B;
}
.AnyTagClassName
{
color: #9A325B;
}
</style>
background-color css
<style>
a { background-color: #9A325B; }
a { background-color: rgb(154,50,91); }
div.DivClassName
{
background-color: #9A325B;
}
.BgClassName
{
background-color: #9A325B;
}
</style>
border-color css
<style>
span { border-color: #9A325B; }
span { border-color: rgb(154,50,91); }
td.TdClassName
{
border-color: #9A325B;
}
.TagClassName
{
border-color: #9A325B;
}
</style>