#9C2946

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

Shades of Lipstick #9C2946

Tints of Lipstick #9C2946

Color information

#9C2946 (or 0x9C2946) is unknown color: approx Lipstick. HEX triplet: 9C, 29 and 46. RGB value is (156,41,70). Sum of RGB (Red+Green+Blue) = 156+41+70=267 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.43% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2946 is #63D6B9. Grayscale: #4E4E4E. Windows color (decimal): -6543034 or 4598172. OLE color: 4598172.

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

Color convert

RGB1564170-
CMYK00.740.550.39
HSL344.87º58.38%38.63%-
HSV(B)344.87º73.72%61.18%-
XYZ15.619.16.73-
YUV78.69123.1183.14-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 58.43%
GREEN value IS 41 (16.41% from 255) = 15.36%
BLUE value IS 70 (27.73% from 255) = 26.22%
R=58.43%
G=15.36%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156417000.740.550.39344.8758.3838.63
Hex9C294604A37271593a27
Octal23451106011267475317247
Binary10011100101001100011001001010110111100111101011001111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,41,70); }

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

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

 a { background-color: rgb(156,41,70); }

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

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

 span { border-color: rgb(156,41,70); }

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