#9A2F50

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

Shades of Lipstick #9A2F50

Tints of Lipstick #9A2F50

Color information

#9A2F50 (or 0x9A2F50) is unknown color: approx Lipstick. HEX triplet: 9A, 2F and 50. RGB value is (154,47,80). Sum of RGB (Red+Green+Blue) = 154+47+80=281 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.80% from 281); Green value is 47 (18.75% from 255 or 16.73% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2F50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A2F50 is #65D0AF. Grayscale: #525252. Windows color (decimal): -6672560 or 5255066. OLE color: 5255066.

HSL color Cylindrical-coordinate representation of color #9A2F50: hue angle of 341.5º 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 #9A2F50 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB1544780-
CMYK00.690.480.40
HSL341.5º53.23%39.41%-
HSV(B)341.5º69.48%60.39%-
XYZ15.799.488.59-
YUV82.76126.45178.82-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 54.80%
GREEN value IS 47 (18.75% from 255) = 16.73%
BLUE value IS 80 (31.64% from 255) = 28.47%
R=54.80%
G=16.73%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154478000.690.480.40341.553.2339.41
Hex9A2F5004530281553527
Octal23257120010560505256547
Binary10011010101111101000001000101110000101000101010101110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,47,80); }

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

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

 a { background-color: rgb(154,47,80); }

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

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

 span { border-color: rgb(154,47,80); }

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