#9C2B54

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

Shades of Lipstick #9C2B54

Tints of Lipstick #9C2B54

Color information

#9C2B54 (or 0x9C2B54) is unknown color: approx Lipstick. HEX triplet: 9C, 2B and 54. RGB value is (156,43,84). Sum of RGB (Red+Green+Blue) = 156+43+84=283 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.12% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 84 (33.20% from 255 or 29.68% from 283); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2B54 is #63D4AB. Grayscale: #515151. Windows color (decimal): -6542508 or 5516188. OLE color: 5516188.

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

Color convert

RGB1564384-
CMYK00.720.460.39
HSL338.23º56.78%39.02%-
HSV(B)338.23º72.44%61.18%-
XYZ16.179.449.36-
YUV81.46129.44181.17-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 55.12%
GREEN value IS 43 (17.19% from 255) = 15.19%
BLUE value IS 84 (33.20% from 255) = 29.68%
R=55.12%
G=15.19%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156438400.720.460.39338.2356.7839.02
Hex9C2B540482E271523927
Octal23453124011056475227147
Binary10011100101011101010001001000101110100111101010010111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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