#9c215a

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

Shades of Lipstick #9C215A

Tints of Lipstick #9C215A

Color information

#9C215A (or 0x9C215A) is unknown color: approx Lipstick. HEX triplet: 9C, 21 and 5A. RGB value is (156,33,90). Sum of RGB (Red+Green+Blue) = 156+33+90=279 (36% of max value = 765). Red value is 156 (61.33% from 255 or 55.91% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 156 - color contains mainly: red. Hex color #9C215A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C215A is #63DEA5. Grayscale: #4C4C4C. Windows color (decimal): -6545062 or 5906844. OLE color: 5906844.

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

Color convert

RGB1563390-
CMYK00.790.420.39
HSL332.2º65.08%37.06%-
HSV(B)332.2º78.85%61.18%-
XYZ16.18.8910.54-
YUV76.28135.75184.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 55.91%
GREEN value IS 33 (13.28% from 255) = 11.83%
BLUE value IS 90 (35.55% from 255) = 32.26%
R=55.91%
G=11.83%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156339000.790.420.39332.265.0837.06
Hex9C215A04F2A2714c4125
Octal234411320117524751410145
Binary100111001000011011010010011111010101001111010011001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c215a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,33,90); }

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

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

 a { background-color: rgb(156,33,90); }

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

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

 span { border-color: rgb(156,33,90); }

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