#9A2A52

Color #9A2A52 Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #9A2A52

Tints of Lipstick #9A2A52

Color information

#9A2A52 (or 0x9A2A52) is unknown color: approx Lipstick. HEX triplet: 9A, 2A and 52. RGB value is (154,42,82). Sum of RGB (Red+Green+Blue) = 154+42+82=278 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.40% from 278); Green value is 42 (16.80% from 255 or 15.11% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2A52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A2A52 is #65D5AD. Grayscale: #4F4F4F. Windows color (decimal): -6673838 or 5384858. OLE color: 5384858.

HSL color Cylindrical-coordinate representation of color #9A2A52: hue angle of 338.57º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A2A52 is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB1544282-
CMYK00.730.470.40
HSL338.57º57.14%38.43%-
HSV(B)338.57º72.73%60.39%-
XYZ15.689.148.92-
YUV80.05129.11180.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 154 (60.55% from 255) = 55.40%
GREEN value IS 42 (16.80% from 255) = 15.11%
BLUE value IS 82 (32.42% from 255) = 29.50%
R=55.40%
G=15.11%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154428200.730.470.40338.5757.1438.43
Hex9A2A520492F281533926
Octal23252122011157505237146
Binary10011010101010101001001001001101111101000101010011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A2A52; }

 p { color: rgb(154,42,82); }

 H1.HeaderClassName
 {
   color: #9A2A52;
 }
 .AnyTagClassName
 {
   color: #9A2A52;
 }
</style>
background-color css

<style>
 a { background-color: #9A2A52; }

 a { background-color: rgb(154,42,82); }

 div.DivClassName
 {
   background-color: #9A2A52;
 }
 .BgClassName
 {
   background-color: #9A2A52;
 }
</style>
border-color css

<style>
 span { border-color: #9A2A52; }

 span { border-color: rgb(154,42,82); }

 td.TdClassName
 {
   border-color: #9A2A52;
 }
 .TagClassName
 {
   border-color: #9A2A52;
 }
</style>