#9A1142

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

Shades of Lipstick #9A1142

Tints of Lipstick #9A1142

Color information

#9A1142 (or 0x9A1142) is unknown color: approx Lipstick. HEX triplet: 9A, 11 and 42. RGB value is (154,17,66). Sum of RGB (Red+Green+Blue) = 154+17+66=237 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.98% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 66 (26.17% from 255 or 27.85% from 237); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1142 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A1142 is #65EEBD. Grayscale: #3F3F3F. Windows color (decimal): -6680254 or 4329882. OLE color: 4329882.

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

Color convert

RGB1541766-
CMYK00.890.570.40
HSL338.54º80.12%33.53%-
HSV(B)338.54º88.96%60.39%-
XYZ14.517.665.87-
YUV63.55129.39192.52-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 64.98%
GREEN value IS 17 (7.03% from 255) = 7.17%
BLUE value IS 66 (26.17% from 255) = 27.85%
R=64.98%
G=7.17%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154176600.890.570.40338.5480.1233.53
Hex9A114205939281535022
Octal232211020131715052312042
Binary10011010100011000010010110011110011010001010100111010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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