#9C1E4A

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

Shades of Lipstick #9C1E4A

Tints of Lipstick #9C1E4A

Color information

#9C1E4A (or 0x9C1E4A) is unknown color: approx Lipstick. HEX triplet: 9C, 1E and 4A. RGB value is (156,30,74). Sum of RGB (Red+Green+Blue) = 156+30+74=260 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1E4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C1E4A is #63E1B5. Grayscale: #484848. Windows color (decimal): -6545846 or 4857500. OLE color: 4857500.

HSL color Cylindrical-coordinate representation of color #9C1E4A: hue angle of 339.05º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C1E4A is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB1563074-
CMYK00.810.530.39
HSL339.05º67.74%36.47%-
HSV(B)339.05º80.77%61.18%-
XYZ15.418.497.31-
YUV72.69128.74187.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 60%
GREEN value IS 30 (12.11% from 255) = 11.54%
BLUE value IS 74 (29.30% from 255) = 28.46%
R=60%
G=11.54%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156307400.810.530.39339.0567.7436.47
Hex9C1E4A05135271534424
Octal234361120121654752310444
Binary10011100111101001010010100011101011001111010100111000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,30,74); }

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

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

 a { background-color: rgb(156,30,74); }

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

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

 span { border-color: rgb(156,30,74); }

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