#9D1742

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

Shades of Lipstick #9D1742

Tints of Lipstick #9D1742

Color information

#9D1742 (or 0x9D1742) is unknown color: approx Lipstick. HEX triplet: 9D, 17 and 42. RGB value is (157,23,66). Sum of RGB (Red+Green+Blue) = 157+23+66=246 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.82% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1742 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D1742 is #62E8BD. Grayscale: #434343. Windows color (decimal): -6482110 or 4331421. OLE color: 4331421.

HSL color Cylindrical-coordinate representation of color #9D1742: hue angle of 340.75º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9D1742 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB1572366-
CMYK00.850.580.38
HSL340.75º74.44%35.29%-
HSV(B)340.75º85.35%61.57%-
XYZ15.198.175.93-
YUV67.97126.89191.5-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 63.82%
GREEN value IS 23 (9.38% from 255) = 9.35%
BLUE value IS 66 (26.17% from 255) = 26.83%
R=63.82%
G=9.35%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157236600.850.580.38340.7574.4435.29
Hex9D17420553A261554a23
Octal235271020125724652511243
Binary10011101101111000010010101011110101001101010101011001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,23,66); }

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

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

 a { background-color: rgb(157,23,66); }

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

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

 span { border-color: rgb(157,23,66); }

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