#9C244A

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

Shades of Lipstick #9C244A

Tints of Lipstick #9C244A

Color information

#9C244A (or 0x9C244A) is unknown color: approx Lipstick. HEX triplet: 9C, 24 and 4A. RGB value is (156,36,74). Sum of RGB (Red+Green+Blue) = 156+36+74=266 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.65% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 156 - color contains mainly: red. Hex color #9C244A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C244A is #63DBB5. Grayscale: #4C4C4C. Windows color (decimal): -6544310 or 4859036. OLE color: 4859036.

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

Color convert

RGB1563674-
CMYK00.770.530.39
HSL341º62.5%37.65%-
HSV(B)341º76.92%61.18%-
XYZ15.588.827.36-
YUV76.21126.76184.91-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 58.65%
GREEN value IS 36 (14.45% from 255) = 13.53%
BLUE value IS 74 (29.30% from 255) = 27.82%
R=58.65%
G=13.53%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156367400.770.530.3934162.537.65
Hex9C244A04D35271553e26
Octal23444112011565475257646
Binary10011100100100100101001001101110101100111101010101111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C244A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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