Shades of Lipstick #9A284A
Tints of Lipstick #9A284A
RGB
CMYK
RGB Variations
Color information
#9A284A (or 0x9A284A) is known color: Lipstick. HEX triplet: 9A, 28 and 4A. RGB value is (154,40,74). Sum of RGB (Red+Green+Blue) = 154+40+74=268 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.46% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 154 - color contains mainly: red. Hex color #9A284A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A284A is #65D7B5. Grayscale: #4D4D4D. Windows color (decimal): -6674358 or 4860058. OLE color: 4860058.
HSL color Cylindrical-coordinate representation of color #9A284A: hue angle of 342.11º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9A284A is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 40 | 74 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.40 |
| HSL | 342.11º | 0.59% | 0.38% | - |
| HSV(B) | 342.11º | 0.74% | 0.6% | - |
| XYZ | 15.32 | 8.88 | 7.39 | - |
| YUV | 77.96 | 125.77 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 40 | 74 | 0 | 0.74 | 0.52 | 0.40 | 342.11 | 0.59 | 0.38 |
| Hex | 9A | 28 | 4A | 0 | 4A | 34 | 28 | 156 | 3B | 26 |
| Octal | 232 | 50 | 112 | 0 | 112 | 64 | 50 | 526 | 73 | 46 |
| Binary | 10011010 | 101000 | 1001010 | 0 | 1001010 | 110100 | 101000 | 101010110 | 111011 | 100110 |
Color Harmonies of #9A284A
Complementary color
Monochromatic Colors of #9A284A
Black with #9A284A
Text Example
Text Example
White with #9A284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A284A; }
p { color: rgb(154,40,74); }
H1.HeaderClassName
{
color: #9A284A;
}
.AnyTagClassName
{
color: #9A284A;
}
</style>
background-color css
<style>
a { background-color: #9A284A; }
a { background-color: rgb(154,40,74); }
div.DivClassName
{
background-color: #9A284A;
}
.BgClassName
{
background-color: #9A284A;
}
</style>
border-color css
<style>
span { border-color: #9A284A; }
span { border-color: rgb(154,40,74); }
td.TdClassName
{
border-color: #9A284A;
}
.TagClassName
{
border-color: #9A284A;
}
</style>