#9C2F4E

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

Shades of Lipstick #9C2F4E

Tints of Lipstick #9C2F4E

Color information

#9C2F4E (or 0x9C2F4E) is unknown color: approx Lipstick. HEX triplet: 9C, 2F and 4E. RGB value is (156,47,78). Sum of RGB (Red+Green+Blue) = 156+47+78=281 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.52% from 281); Green value is 47 (18.75% from 255 or 16.73% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2F4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2F4E is #63D0B1. Grayscale: #535353. Windows color (decimal): -6541490 or 5123996. OLE color: 5123996.

HSL color Cylindrical-coordinate representation of color #9C2F4E: hue angle of 342.94º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9C2F4E is Cyan = 0, Magento = 0.70, Yellow = 0.5 and Black (K on CMYK) = 0.39.

Color convert

RGB1564778-
CMYK00.700.50.39
HSL342.94º53.69%39.8%-
HSV(B)342.94º69.87%61.18%-
XYZ16.19.658.22-
YUV83.12125.11179.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 55.52%
GREEN value IS 47 (18.75% from 255) = 16.73%
BLUE value IS 78 (30.86% from 255) = 27.76%
R=55.52%
G=16.73%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.5
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156477800.700.50.39342.9453.6939.8
Hex9C2F4E04632271573628
Octal23457116010662475276650
Binary10011100101111100111001000110110010100111101010111110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,47,78); }

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

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

 a { background-color: rgb(156,47,78); }

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

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

 span { border-color: rgb(156,47,78); }

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