#9A1C49

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

Shades of Lipstick #9A1C49

Tints of Lipstick #9A1C49

Color information

#9A1C49 (or 0x9A1C49) is unknown color: approx Lipstick. HEX triplet: 9A, 1C and 49. RGB value is (154,28,73). Sum of RGB (Red+Green+Blue) = 154+28+73=255 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.39% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A1C49 is #65E3B6. Grayscale: #464646. Windows color (decimal): -6677431 or 4791450. OLE color: 4791450.

HSL color Cylindrical-coordinate representation of color #9A1C49: hue angle of 338.57º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A1C49 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB1542873-
CMYK00.820.530.40
HSL338.57º69.23%35.69%-
HSV(B)338.57º81.82%60.39%-
XYZ14.948.187.09-
YUV70.8129.24187.34-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 60.39%
GREEN value IS 28 (11.33% from 255) = 10.98%
BLUE value IS 73 (28.91% from 255) = 28.63%
R=60.39%
G=10.98%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154287300.820.530.40338.5769.2335.69
Hex9A1C4905235281534524
Octal232341110122655052310544
Binary10011010111001001001010100101101011010001010100111000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,28,73); }

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

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

 a { background-color: rgb(154,28,73); }

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

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

 span { border-color: rgb(154,28,73); }

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