#9C365E

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

Shades of Lipstick #9C365E

Tints of Lipstick #9C365E

Color information

#9C365E (or 0x9C365E) is unknown color: approx Lipstick. HEX triplet: 9C, 36 and 5E. RGB value is (156,54,94). Sum of RGB (Red+Green+Blue) = 156+54+94=304 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.32% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 156 - color contains mainly: red. Hex color #9C365E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C365E is #63C9A1. Grayscale: #595959. Windows color (decimal): -6539682 or 6174364. OLE color: 6174364.

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

Color convert

RGB1565494-
CMYK00.650.400.39
HSL336.47º48.57%41.18%-
HSV(B)336.47º65.38%61.18%-
XYZ17.0510.5111.72-
YUV89.06130.79175.75-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 51.32%
GREEN value IS 54 (21.48% from 255) = 17.76%
BLUE value IS 94 (37.11% from 255) = 30.92%
R=51.32%
G=17.76%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156549400.650.400.39336.4748.5741.18
Hex9C365E04128271503129
Octal23466136010150475206151
Binary10011100110110101111001000001101000100111101010000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C365E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,54,94); }

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

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

 a { background-color: rgb(156,54,94); }

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

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

 span { border-color: rgb(156,54,94); }

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