#9C315D

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

Shades of Lipstick #9C315D

Tints of Lipstick #9C315D

Color information

#9C315D (or 0x9C315D) is unknown color: approx Lipstick. HEX triplet: 9C, 31 and 5D. RGB value is (156,49,93). Sum of RGB (Red+Green+Blue) = 156+49+93=298 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.35% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 156 - color contains mainly: red. Hex color #9C315D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C315D is #63CEA2. Grayscale: #555555. Windows color (decimal): -6540963 or 6107548. OLE color: 6107548.

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

Color convert

RGB1564993-
CMYK00.690.400.39
HSL335.33º52.2%40.2%-
HSV(B)335.33º68.59%61.18%-
XYZ16.7810.0511.41-
YUV86.01131.95177.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.35%
GREEN value IS 49 (19.53% from 255) = 16.44%
BLUE value IS 93 (36.72% from 255) = 31.21%
R=52.35%
G=16.44%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156499300.690.400.39335.3352.240.2
Hex9C315D045282714f3428
Octal23461135010550475176450
Binary10011100110001101110101000101101000100111101001111110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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