#9C2A4D

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

Shades of Lipstick #9C2A4D

Tints of Lipstick #9C2A4D

Color information

#9C2A4D (or 0x9C2A4D) is unknown color: approx Lipstick. HEX triplet: 9C, 2A and 4D. RGB value is (156,42,77). Sum of RGB (Red+Green+Blue) = 156+42+77=275 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.73% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2A4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2A4D is #63D5B2. Grayscale: #505050. Windows color (decimal): -6542771 or 5057180. OLE color: 5057180.

HSL color Cylindrical-coordinate representation of color #9C2A4D: hue angle of 341.58º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9C2A4D is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB1564277-
CMYK00.730.510.39
HSL341.58º57.58%38.82%-
HSV(B)341.58º73.08%61.18%-
XYZ15.889.267.97-
YUV80.08126.27182.15-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 56.73%
GREEN value IS 42 (16.80% from 255) = 15.27%
BLUE value IS 77 (30.47% from 255) = 28%
R=56.73%
G=15.27%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156427700.730.510.39341.5857.5838.82
Hex9C2A4D04933271563a27
Octal23452115011163475267247
Binary10011100101010100110101001001110011100111101010110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,42,77); }

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

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

 a { background-color: rgb(156,42,77); }

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

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

 span { border-color: rgb(156,42,77); }

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