Shades of Lipstick #9A2F46
Tints of Lipstick #9A2F46
RGB
CMYK
RGB Variations
Color information
#9A2F46 (or 0x9A2F46) is known color: Lipstick. HEX triplet: 9A, 2F and 46. RGB value is (154,47,70). Sum of RGB (Red+Green+Blue) = 154+47+70=271 (35% of max value = 765). Red value is 154 (60.55% from 255 or 56.83% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2F46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A2F46 is #65D0B9. Grayscale: #515151. Windows color (decimal): -6672570 or 4599706. OLE color: 4599706.
HSL color Cylindrical-coordinate representation of color #9A2F46: hue angle of 347.1º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A2F46 is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 47 | 70 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.40 |
| HSL | 347.1º | 0.53% | 0.39% | - |
| HSV(B) | 347.1º | 0.69% | 0.6% | - |
| XYZ | 15.45 | 9.35 | 6.78 | - |
| YUV | 81.62 | 121.45 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 47 | 70 | 0 | 0.69 | 0.55 | 0.40 | 347.1 | 0.53 | 0.39 |
| Hex | 9A | 2F | 46 | 0 | 45 | 37 | 28 | 15B | 35 | 27 |
| Octal | 232 | 57 | 106 | 0 | 105 | 67 | 50 | 533 | 65 | 47 |
| Binary | 10011010 | 101111 | 1000110 | 0 | 1000101 | 110111 | 101000 | 101011011 | 110101 | 100111 |
Color Harmonies of #9A2F46
Complementary color
Monochromatic Colors of #9A2F46
Black with #9A2F46
Text Example
Text Example
White with #9A2F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2F46; }
p { color: rgb(154,47,70); }
H1.HeaderClassName
{
color: #9A2F46;
}
.AnyTagClassName
{
color: #9A2F46;
}
</style>
background-color css
<style>
a { background-color: #9A2F46; }
a { background-color: rgb(154,47,70); }
div.DivClassName
{
background-color: #9A2F46;
}
.BgClassName
{
background-color: #9A2F46;
}
</style>
border-color css
<style>
span { border-color: #9A2F46; }
span { border-color: rgb(154,47,70); }
td.TdClassName
{
border-color: #9A2F46;
}
.TagClassName
{
border-color: #9A2F46;
}
</style>