#9C2B44

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

Shades of Lipstick #9C2B44

Tints of Lipstick #9C2B44

Color information

#9C2B44 (or 0x9C2B44) is unknown color: approx Lipstick. HEX triplet: 9C, 2B and 44. RGB value is (156,43,68). Sum of RGB (Red+Green+Blue) = 156+43+68=267 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.43% from 267); Green value is 43 (17.19% from 255 or 16.10% from 267); Blue value is 68 (26.95% from 255 or 25.47% from 267); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2B44 is #63D4BB. Grayscale: #4F4F4F. Windows color (decimal): -6542524 or 4467612. OLE color: 4467612.

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

Color convert

RGB1564368-
CMYK00.720.560.39
HSL346.73º56.78%39.02%-
HSV(B)346.73º72.44%61.18%-
XYZ15.629.216.42-
YUV79.64121.44182.47-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 58.43%
GREEN value IS 43 (17.19% from 255) = 16.10%
BLUE value IS 68 (26.95% from 255) = 25.47%
R=58.43%
G=16.10%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.56
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156436800.720.560.39346.7356.7839.02
Hex9C2B44048382715b3927
Octal23453104011070475337147
Binary10011100101011100010001001000111000100111101011011111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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