#9C2362

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

Shades of Lipstick #9C2362

Tints of Lipstick #9C2362

Color information

#9C2362 (or 0x9C2362) is unknown color: approx Lipstick. HEX triplet: 9C, 23 and 62. RGB value is (156,35,98). Sum of RGB (Red+Green+Blue) = 156+35+98=289 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.98% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2362 is #63DC9D. Grayscale: #4E4E4E. Windows color (decimal): -6544542 or 6431644. OLE color: 6431644.

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

Color convert

RGB1563598-
CMYK00.780.370.39
HSL328.76º63.35%37.45%-
HSV(B)328.76º77.56%61.18%-
XYZ16.529.1512.45-
YUV78.36139.09183.38-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 53.98%
GREEN value IS 35 (14.06% from 255) = 12.11%
BLUE value IS 98 (38.67% from 255) = 33.91%
R=53.98%
G=12.11%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156359800.780.370.39328.7663.3537.45
Hex9C236204E25271493f25
Octal23443142011645475117745
Binary10011100100011110001001001110100101100111101001001111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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