#9C2543

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

Shades of Lipstick #9C2543

Tints of Lipstick #9C2543

Color information

#9C2543 (or 0x9C2543) is unknown color: approx Lipstick. HEX triplet: 9C, 25 and 43. RGB value is (156,37,67). Sum of RGB (Red+Green+Blue) = 156+37+67=260 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 67 (26.56% from 255 or 25.77% from 260); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2543 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2543 is #63DABC. Grayscale: #4C4C4C. Windows color (decimal): -6544061 or 4400540. OLE color: 4400540.

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

Color convert

RGB1563767-
CMYK00.760.570.39
HSL344.87º61.66%37.84%-
HSV(B)344.87º76.28%61.18%-
XYZ15.388.86.2-
YUV76122.92185.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 60%
GREEN value IS 37 (14.84% from 255) = 14.23%
BLUE value IS 67 (26.56% from 255) = 25.77%
R=60%
G=14.23%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.57
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156376700.760.570.39344.8761.6637.84
Hex9C254304C39271593e26
Octal23445103011471475317646
Binary10011100100101100001101001100111001100111101011001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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