#9C2556

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

Shades of Lipstick #9C2556

Tints of Lipstick #9C2556

Color information

#9C2556 (or 0x9C2556) is unknown color: approx Lipstick. HEX triplet: 9C, 25 and 56. RGB value is (156,37,86). Sum of RGB (Red+Green+Blue) = 156+37+86=279 (36% of max value = 765). Red value is 156 (61.33% from 255 or 55.91% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2556 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2556 is #63DAA9. Grayscale: #4E4E4E. Windows color (decimal): -6544042 or 5645724. OLE color: 5645724.

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

Color convert

RGB1563786-
CMYK00.760.450.39
HSL335.29º61.66%37.84%-
HSV(B)335.29º76.28%61.18%-
XYZ16.059.069.71-
YUV78.17132.42183.52-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 55.91%
GREEN value IS 37 (14.84% from 255) = 13.26%
BLUE value IS 86 (33.98% from 255) = 30.82%
R=55.91%
G=13.26%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156378600.760.450.39335.2961.6637.84
Hex9C255604C2D2714f3e26
Octal23445126011455475177646
Binary10011100100101101011001001100101101100111101001111111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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