#9D2146

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

Shades of Lipstick #9D2146

Tints of Lipstick #9D2146

Color information

#9D2146 (or 0x9D2146) is unknown color: approx Lipstick. HEX triplet: 9D, 21 and 46. RGB value is (157,33,70). Sum of RGB (Red+Green+Blue) = 157+33+70=260 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.38% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 70 (27.73% from 255 or 26.92% from 260); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2146 is #62DEB9. Grayscale: #4A4A4A. Windows color (decimal): -6479546 or 4596125. OLE color: 4596125.

HSL color Cylindrical-coordinate representation of color #9D2146: hue angle of 342.1º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9D2146 is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB1573370-
CMYK00.790.550.38
HSL342.1º65.26%37.25%-
HSV(B)342.1º78.98%61.57%-
XYZ15.558.76.65-
YUV74.29125.58186.99-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 60.38%
GREEN value IS 33 (13.28% from 255) = 12.69%
BLUE value IS 70 (27.73% from 255) = 26.92%
R=60.38%
G=12.69%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157337000.790.550.38342.165.2637.25
Hex9D214604F37261564125
Octal235411060117674652610145
Binary100111011000011000110010011111101111001101010101101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,33,70); }

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

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

 a { background-color: rgb(157,33,70); }

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

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

 span { border-color: rgb(157,33,70); }

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