Shades of Lipstick #9A234A
Tints of Lipstick #9A234A
RGB
CMYK
RGB Variations
Color information
#9A234A (or 0x9A234A) is known color: Lipstick. HEX triplet: 9A, 23 and 4A. RGB value is (154,35,74). Sum of RGB (Red+Green+Blue) = 154+35+74=263 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.56% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 154 - color contains mainly: red. Hex color #9A234A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A234A is #65DCB5. Grayscale: #4A4A4A. Windows color (decimal): -6675638 or 4858778. OLE color: 4858778.
HSL color Cylindrical-coordinate representation of color #9A234A: hue angle of 340.34º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A234A is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 35 | 74 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.40 |
| HSL | 340.34º | 0.63% | 0.37% | - |
| HSV(B) | 340.34º | 0.77% | 0.6% | - |
| XYZ | 15.16 | 8.57 | 7.33 | - |
| YUV | 75.03 | 127.42 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 35 | 74 | 0 | 0.77 | 0.52 | 0.40 | 340.34 | 0.63 | 0.37 |
| Hex | 9A | 23 | 4A | 0 | 4D | 34 | 28 | 154 | 3F | 25 |
| Octal | 232 | 43 | 112 | 0 | 115 | 64 | 50 | 524 | 77 | 45 |
| Binary | 10011010 | 100011 | 1001010 | 0 | 1001101 | 110100 | 101000 | 101010100 | 111111 | 100101 |
Color Harmonies of #9A234A
Complementary color
Monochromatic Colors of #9A234A
Black with #9A234A
Text Example
Text Example
White with #9A234A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A234A; }
p { color: rgb(154,35,74); }
H1.HeaderClassName
{
color: #9A234A;
}
.AnyTagClassName
{
color: #9A234A;
}
</style>
background-color css
<style>
a { background-color: #9A234A; }
a { background-color: rgb(154,35,74); }
div.DivClassName
{
background-color: #9A234A;
}
.BgClassName
{
background-color: #9A234A;
}
</style>
border-color css
<style>
span { border-color: #9A234A; }
span { border-color: rgb(154,35,74); }
td.TdClassName
{
border-color: #9A234A;
}
.TagClassName
{
border-color: #9A234A;
}
</style>