#9C2C53

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

Shades of Lipstick #9C2C53

Tints of Lipstick #9C2C53

Color information

#9C2C53 (or 0x9C2C53) is unknown color: approx Lipstick. HEX triplet: 9C, 2C and 53. RGB value is (156,44,83). Sum of RGB (Red+Green+Blue) = 156+44+83=283 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.12% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2C53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2C53 is #63D3AC. Grayscale: #515151. Windows color (decimal): -6542253 or 5450908. OLE color: 5450908.

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

Color convert

RGB1564483-
CMYK00.720.470.39
HSL339.11º56%39.22%-
HSV(B)339.11º71.79%61.18%-
XYZ16.179.499.16-
YUV81.93128.61180.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 55.12%
GREEN value IS 44 (17.58% from 255) = 15.55%
BLUE value IS 83 (32.81% from 255) = 29.33%
R=55.12%
G=15.55%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156448300.720.470.39339.115639.22
Hex9C2C530482F271533827
Octal23454123011057475237047
Binary10011100101100101001101001000101111100111101010011111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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