#9D1943

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

Shades of Lipstick #9D1943

Tints of Lipstick #9D1943

Color information

#9D1943 (or 0x9D1943) is unknown color: approx Lipstick. HEX triplet: 9D, 19 and 43. RGB value is (157,25,67). Sum of RGB (Red+Green+Blue) = 157+25+67=249 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.05% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 67 (26.56% from 255 or 26.91% from 249); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1943 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D1943 is #62E6BC. Grayscale: #454545. Windows color (decimal): -6481597 or 4397469. OLE color: 4397469.

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

Color convert

RGB1572567-
CMYK00.840.570.38
HSL340.91º72.53%35.69%-
HSV(B)340.91º84.08%61.57%-
XYZ15.278.276.1-
YUV69.26126.73190.58-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 63.05%
GREEN value IS 25 (10.16% from 255) = 10.04%
BLUE value IS 67 (26.56% from 255) = 26.91%
R=63.05%
G=10.04%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.57
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157256700.840.570.38340.9172.5335.69
Hex9D194305439261554924
Octal235311030124714652511144
Binary10011101110011000011010101001110011001101010101011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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