#9C235D

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

Shades of Lipstick #9C235D

Tints of Lipstick #9C235D

Color information

#9C235D (or 0x9C235D) is unknown color: approx Lipstick. HEX triplet: 9C, 23 and 5D. RGB value is (156,35,93). Sum of RGB (Red+Green+Blue) = 156+35+93=284 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.93% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 156 - color contains mainly: red. Hex color #9C235D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C235D is #63DCA2. Grayscale: #4D4D4D. Windows color (decimal): -6544547 or 6103964. OLE color: 6103964.

HSL color Cylindrical-coordinate representation of color #9C235D: hue angle of 331.24º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C235D is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB1563593-
CMYK00.780.400.39
HSL331.24º63.35%37.45%-
HSV(B)331.24º77.56%61.18%-
XYZ16.299.0611.25-
YUV77.79136.59183.78-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 54.93%
GREEN value IS 35 (14.06% from 255) = 12.32%
BLUE value IS 93 (36.72% from 255) = 32.75%
R=54.93%
G=12.32%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156359300.780.400.39331.2463.3537.45
Hex9C235D04E282714b3f25
Octal23443135011650475137745
Binary10011100100011101110101001110101000100111101001011111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C235D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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