#9C2544

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

Shades of Lipstick #9C2544

Tints of Lipstick #9C2544

Color information

#9C2544 (or 0x9C2544) is unknown color: approx Lipstick. HEX triplet: 9C, 25 and 44. RGB value is (156,37,68). Sum of RGB (Red+Green+Blue) = 156+37+68=261 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.77% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 68 (26.95% from 255 or 26.05% from 261); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2544 is #63DABB. Grayscale: #4C4C4C. Windows color (decimal): -6544060 or 4466076. OLE color: 4466076.

HSL color Cylindrical-coordinate representation of color #9C2544: hue angle of 344.37º 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 #9C2544 is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.39.

Color convert

RGB1563768-
CMYK00.760.560.39
HSL344.37º61.66%37.84%-
HSV(B)344.37º76.28%61.18%-
XYZ15.428.816.36-
YUV76.11123.42184.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 59.77%
GREEN value IS 37 (14.84% from 255) = 14.18%
BLUE value IS 68 (26.95% from 255) = 26.05%
R=59.77%
G=14.18%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.56
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156376800.760.560.39344.3761.6637.84
Hex9C254404C38271583e26
Octal23445104011470475307646
Binary10011100100101100010001001100111000100111101011000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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