#9C2354

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

Shades of Lipstick #9C2354

Tints of Lipstick #9C2354

Color information

#9C2354 (or 0x9C2354) is unknown color: approx Lipstick. HEX triplet: 9C, 23 and 54. RGB value is (156,35,84). Sum of RGB (Red+Green+Blue) = 156+35+84=275 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.73% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 84 (33.20% from 255 or 30.55% from 275); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2354 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2354 is #63DCAB. Grayscale: #4C4C4C. Windows color (decimal): -6544556 or 5514140. OLE color: 5514140.

HSL color Cylindrical-coordinate representation of color #9C2354: hue angle of 335.7º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C2354 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB1563584-
CMYK00.780.460.39
HSL335.7º63.35%37.45%-
HSV(B)335.7º77.56%61.18%-
XYZ15.918.919.27-
YUV76.76132.09184.52-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 56.73%
GREEN value IS 35 (14.06% from 255) = 12.73%
BLUE value IS 84 (33.20% from 255) = 30.55%
R=56.73%
G=12.73%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156358400.780.460.39335.763.3537.45
Hex9C235404E2E271503f25
Octal23443124011656475207745
Binary10011100100011101010001001110101110100111101010000111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,35,84); }

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

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

 a { background-color: rgb(156,35,84); }

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

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

 span { border-color: rgb(156,35,84); }

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