#9a194d

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

Shades of Lipstick #9A194D

Tints of Lipstick #9A194D

Color information

#9A194D (or 0x9A194D) is unknown color: approx Lipstick. HEX triplet: 9A, 19 and 4D. RGB value is (154,25,77). Sum of RGB (Red+Green+Blue) = 154+25+77=256 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.16% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 154 - color contains mainly: red. Hex color #9A194D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A194D is #65E6B2. Grayscale: #454545. Windows color (decimal): -6678195 or 5052826. OLE color: 5052826.

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

Color convert

RGB1542577-
CMYK00.840.500.40
HSL335.81º72.07%35.1%-
HSV(B)335.81º83.77%60.39%-
XYZ15.018.17.79-
YUV69.5132.24188.27-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 60.16%
GREEN value IS 25 (10.16% from 255) = 9.77%
BLUE value IS 77 (30.47% from 255) = 30.08%
R=60.16%
G=9.77%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154257700.840.500.40335.8172.0735.1
Hex9A194D05432281504823
Octal232311150124625052011043
Binary10011010110011001101010101001100101010001010100001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a194d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,25,77); }

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

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

 a { background-color: rgb(154,25,77); }

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

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

 span { border-color: rgb(154,25,77); }

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