#9A1143

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

Shades of Lipstick #9A1143

Tints of Lipstick #9A1143

Color information

#9A1143 (or 0x9A1143) is unknown color: approx Lipstick. HEX triplet: 9A, 11 and 43. RGB value is (154,17,67). Sum of RGB (Red+Green+Blue) = 154+17+67=238 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.71% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 67 (26.56% from 255 or 28.15% from 238); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1143 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A1143 is #65EEBC. Grayscale: #3F3F3F. Windows color (decimal): -6680253 or 4395418. OLE color: 4395418.

HSL color Cylindrical-coordinate representation of color #9A1143: hue angle of 338.1º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9A1143 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.40.

Color convert

RGB1541767-
CMYK00.890.560.40
HSL338.1º80.12%33.53%-
HSV(B)338.1º88.96%60.39%-
XYZ14.547.686.03-
YUV63.66129.89192.43-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 64.71%
GREEN value IS 17 (7.03% from 255) = 7.14%
BLUE value IS 67 (26.56% from 255) = 28.15%
R=64.71%
G=7.14%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.56
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154176700.890.560.40338.180.1233.53
Hex9A114305938281525022
Octal232211030131705052212042
Binary10011010100011000011010110011110001010001010100101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,17,67); }

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

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

 a { background-color: rgb(154,17,67); }

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

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

 span { border-color: rgb(154,17,67); }

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