#9C2C4A

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

Shades of Lipstick #9C2C4A

Tints of Lipstick #9C2C4A

Color information

#9C2C4A (or 0x9C2C4A) is unknown color: approx Lipstick. HEX triplet: 9C, 2C and 4A. RGB value is (156,44,74). Sum of RGB (Red+Green+Blue) = 156+44+74=274 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.93% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2C4A is #63D3B5. Grayscale: #505050. Windows color (decimal): -6542262 or 4861084. OLE color: 4861084.

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

Color convert

RGB1564474-
CMYK00.720.530.39
HSL343.93º56%39.22%-
HSV(B)343.93º71.79%61.18%-
XYZ15.859.367.45-
YUV80.91124.11181.56-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 56.93%
GREEN value IS 44 (17.58% from 255) = 16.06%
BLUE value IS 74 (29.30% from 255) = 27.01%
R=56.93%
G=16.06%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156447400.720.530.39343.935639.22
Hex9C2C4A04835271583827
Octal23454112011065475307047
Binary10011100101100100101001001000110101100111101011000111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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