#9C2B45

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

Shades of Lipstick #9C2B45

Tints of Lipstick #9C2B45

Color information

#9C2B45 (or 0x9C2B45) is unknown color: approx Lipstick. HEX triplet: 9C, 2B and 45. RGB value is (156,43,69). Sum of RGB (Red+Green+Blue) = 156+43+69=268 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.21% from 268); Green value is 43 (17.19% from 255 or 16.04% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2B45 is #63D4BA. Grayscale: #4F4F4F. Windows color (decimal): -6542523 or 4533148. OLE color: 4533148.

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

Color convert

RGB1564369-
CMYK00.720.560.39
HSL346.19º56.78%39.02%-
HSV(B)346.19º72.44%61.18%-
XYZ15.659.236.59-
YUV79.75121.94182.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 58.21%
GREEN value IS 43 (17.19% from 255) = 16.04%
BLUE value IS 69 (27.34% from 255) = 25.75%
R=58.21%
G=16.04%
B=25.75%

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
Decimal156436900.720.560.39346.1956.7839.02
Hex9C2B45048382715a3927
Octal23453105011070475327147
Binary10011100101011100010101001000111000100111101011010111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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