#9C245D

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

Shades of Lipstick #9C245D

Tints of Lipstick #9C245D

Color information

#9C245D (or 0x9C245D) is unknown color: approx Lipstick. HEX triplet: 9C, 24 and 5D. RGB value is (156,36,93). Sum of RGB (Red+Green+Blue) = 156+36+93=285 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.74% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 156 - color contains mainly: red. Hex color #9C245D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C245D is #63DBA2. Grayscale: #4E4E4E. Windows color (decimal): -6544291 or 6104220. OLE color: 6104220.

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

Color convert

RGB1563693-
CMYK00.770.400.39
HSL331.5º62.5%37.65%-
HSV(B)331.5º76.92%61.18%-
XYZ16.329.1211.26-
YUV78.38136.26183.37-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 54.74%
GREEN value IS 36 (14.45% from 255) = 12.63%
BLUE value IS 93 (36.72% from 255) = 32.63%
R=54.74%
G=12.63%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156369300.770.400.39331.562.537.65
Hex9C245D04D282714c3e26
Octal23444135011550475147646
Binary10011100100100101110101001101101000100111101001100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C245D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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