#9A164E

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

Shades of Lipstick #9A164E

Tints of Lipstick #9A164E

Color information

#9A164E (or 0x9A164E) is unknown color: approx Lipstick. HEX triplet: 9A, 16 and 4E. RGB value is (154,22,78). Sum of RGB (Red+Green+Blue) = 154+22+78=254 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.63% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 154 - color contains mainly: red. Hex color #9A164E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A164E is #65E9B1. Grayscale: #434343. Windows color (decimal): -6678962 or 5117594. OLE color: 5117594.

HSL color Cylindrical-coordinate representation of color #9A164E: hue angle of 334.55º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A164E is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB1542278-
CMYK00.860.490.40
HSL334.55º75%34.51%-
HSV(B)334.55º85.71%60.39%-
XYZ14.997.997.96-
YUV67.85133.73189.45-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 60.63%
GREEN value IS 22 (8.98% from 255) = 8.66%
BLUE value IS 78 (30.86% from 255) = 30.71%
R=60.63%
G=8.66%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154227800.860.490.40334.557534.51
Hex9A164E056312814f4b23
Octal232261160126615051711343
Binary10011010101101001110010101101100011010001010011111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A164E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,22,78); }

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

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

 a { background-color: rgb(154,22,78); }

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

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

 span { border-color: rgb(154,22,78); }

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