#9c264f

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

Shades of Lipstick #9C264F

Tints of Lipstick #9C264F

Color information

#9C264F (or 0x9C264F) is unknown color: approx Lipstick. HEX triplet: 9C, 26 and 4F. RGB value is (156,38,79). Sum of RGB (Red+Green+Blue) = 156+38+79=273 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.14% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 156 - color contains mainly: red. Hex color #9C264F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C264F is #63D9B0. Grayscale: #4D4D4D. Windows color (decimal): -6543793 or 5187228. OLE color: 5187228.

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

Color convert

RGB1563879-
CMYK00.760.490.39
HSL339.15º60.82%38.04%-
HSV(B)339.15º75.64%61.18%-
XYZ15.819.028.3-
YUV77.96128.59183.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 57.14%
GREEN value IS 38 (15.23% from 255) = 13.92%
BLUE value IS 79 (31.25% from 255) = 28.94%
R=57.14%
G=13.92%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156387900.760.490.39339.1560.8238.04
Hex9C264F04C31271533d26
Octal23446117011461475237546
Binary10011100100110100111101001100110001100111101010011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c264f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,38,79); }

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

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

 a { background-color: rgb(156,38,79); }

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

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

 span { border-color: rgb(156,38,79); }

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