#9A1C46

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

Shades of Lipstick #9A1C46

Tints of Lipstick #9A1C46

Color information

#9A1C46 (or 0x9A1C46) is unknown color: approx Lipstick. HEX triplet: 9A, 1C and 46. RGB value is (154,28,70). Sum of RGB (Red+Green+Blue) = 154+28+70=252 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.11% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 70 (27.73% from 255 or 27.78% from 252); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1C46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A1C46 is #65E3B9. Grayscale: #464646. Windows color (decimal): -6677434 or 4594842. OLE color: 4594842.

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

Color convert

RGB1542870-
CMYK00.820.550.40
HSL340º69.23%35.69%-
HSV(B)340º81.82%60.39%-
XYZ14.858.146.58-
YUV70.46127.74187.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 61.11%
GREEN value IS 28 (11.33% from 255) = 11.11%
BLUE value IS 70 (27.73% from 255) = 27.78%
R=61.11%
G=11.11%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154287000.820.550.4034069.2335.69
Hex9A1C4605237281544524
Octal232341060122675052410544
Binary10011010111001000110010100101101111010001010101001000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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