#9D2143

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

Shades of Lipstick #9D2143

Tints of Lipstick #9D2143

Color information

#9D2143 (or 0x9D2143) is unknown color: approx Lipstick. HEX triplet: 9D, 21 and 43. RGB value is (157,33,67). Sum of RGB (Red+Green+Blue) = 157+33+67=257 (34% of max value = 765). Red value is 157 (61.72% from 255 or 61.09% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 67 (26.56% from 255 or 26.07% from 257); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2143 is #62DEBC. Grayscale: #494949. Windows color (decimal): -6479549 or 4399517. OLE color: 4399517.

HSL color Cylindrical-coordinate representation of color #9D2143: hue angle of 343.55º 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 #9D2143 is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.38.

Color convert

RGB1573367-
CMYK00.790.570.38
HSL343.55º65.26%37.25%-
HSV(B)343.55º78.98%61.57%-
XYZ15.468.666.17-
YUV73.95124.08187.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 61.09%
GREEN value IS 33 (13.28% from 255) = 12.84%
BLUE value IS 67 (26.56% from 255) = 26.07%
R=61.09%
G=12.84%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.57
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157336700.790.570.38343.5565.2637.25
Hex9D214304F39261584125
Octal235411030117714653010145
Binary100111011000011000011010011111110011001101010110001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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