#9D2C44

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

Shades of Lipstick #9D2C44

Tints of Lipstick #9D2C44

Color information

#9D2C44 (or 0x9D2C44) is unknown color: approx Lipstick. HEX triplet: 9D, 2C and 44. RGB value is (157,44,68). Sum of RGB (Red+Green+Blue) = 157+44+68=269 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.36% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2C44 is #62D3BB. Grayscale: #505050. Windows color (decimal): -6476732 or 4467869. OLE color: 4467869.

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

Color convert

RGB1574468-
CMYK00.720.570.38
HSL347.26º56.22%39.41%-
HSV(B)347.26º71.97%61.57%-
XYZ15.859.396.45-
YUV80.52120.94182.55-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 58.36%
GREEN value IS 44 (17.58% from 255) = 16.36%
BLUE value IS 68 (26.95% from 255) = 25.28%
R=58.36%
G=16.36%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.57
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157446800.720.570.38347.2656.2239.41
Hex9D2C44048392615b3827
Octal23554104011071465337047
Binary10011101101100100010001001000111001100110101011011111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,44,68); }

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

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

 a { background-color: rgb(157,44,68); }

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

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

 span { border-color: rgb(157,44,68); }

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