Shades of Lipstick #9A254A
Tints of Lipstick #9A254A
RGB
CMYK
RGB Variations
Color information
#9A254A (or 0x9A254A) is known color: Lipstick. HEX triplet: 9A, 25 and 4A. RGB value is (154,37,74). Sum of RGB (Red+Green+Blue) = 154+37+74=265 (35% of max value = 765). Red value is 154 (60.55% from 255 or 58.11% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 154 - color contains mainly: red. Hex color #9A254A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A254A is #65DAB5. Grayscale: #4C4C4C. Windows color (decimal): -6675126 or 4859290. OLE color: 4859290.
HSL color Cylindrical-coordinate representation of color #9A254A: hue angle of 341.03º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A254A is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 37 | 74 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.40 |
| HSL | 341.03º | 0.61% | 0.37% | - |
| HSV(B) | 341.03º | 0.76% | 0.6% | - |
| XYZ | 15.22 | 8.69 | 7.35 | - |
| YUV | 76.2 | 126.76 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 37 | 74 | 0 | 0.76 | 0.52 | 0.40 | 341.03 | 0.61 | 0.37 |
| Hex | 9A | 25 | 4A | 0 | 4C | 34 | 28 | 155 | 3D | 25 |
| Octal | 232 | 45 | 112 | 0 | 114 | 64 | 50 | 525 | 75 | 45 |
| Binary | 10011010 | 100101 | 1001010 | 0 | 1001100 | 110100 | 101000 | 101010101 | 111101 | 100101 |
Color Harmonies of #9A254A
Complementary color
Monochromatic Colors of #9A254A
Black with #9A254A
Text Example
Text Example
White with #9A254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A254A; }
p { color: rgb(154,37,74); }
H1.HeaderClassName
{
color: #9A254A;
}
.AnyTagClassName
{
color: #9A254A;
}
</style>
background-color css
<style>
a { background-color: #9A254A; }
a { background-color: rgb(154,37,74); }
div.DivClassName
{
background-color: #9A254A;
}
.BgClassName
{
background-color: #9A254A;
}
</style>
border-color css
<style>
span { border-color: #9A254A; }
span { border-color: rgb(154,37,74); }
td.TdClassName
{
border-color: #9A254A;
}
.TagClassName
{
border-color: #9A254A;
}
</style>