#9C2243

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

Shades of Lipstick #9C2243

Tints of Lipstick #9C2243

Color information

#9C2243 (or 0x9C2243) is unknown color: approx Lipstick. HEX triplet: 9C, 22 and 43. RGB value is (156,34,67). Sum of RGB (Red+Green+Blue) = 156+34+67=257 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.70% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 67 (26.56% from 255 or 26.07% from 257); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2243 is #63DDBC. Grayscale: #4A4A4A. Windows color (decimal): -6544829 or 4399772. OLE color: 4399772.

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

Color convert

RGB1563467-
CMYK00.780.570.39
HSL343.77º64.21%37.25%-
HSV(B)343.77º78.21%61.18%-
XYZ15.38.626.17-
YUV74.24123.92186.32-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 60.70%
GREEN value IS 34 (13.67% from 255) = 13.23%
BLUE value IS 67 (26.56% from 255) = 26.07%
R=60.70%
G=13.23%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.57
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156346700.780.570.39343.7764.2137.25
Hex9C224304E39271584025
Octal234421030116714753010045
Binary100111001000101000011010011101110011001111010110001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,34,67); }

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

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

 a { background-color: rgb(156,34,67); }

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

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

 span { border-color: rgb(156,34,67); }

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