#9D1B40

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

Shades of Lipstick #9D1B40

Tints of Lipstick #9D1B40

Color information

#9D1B40 (or 0x9D1B40) is unknown color: approx Lipstick. HEX triplet: 9D, 1B and 40. RGB value is (157,27,64). Sum of RGB (Red+Green+Blue) = 157+27+64=248 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.31% from 248); Green value is 27 (10.94% from 255 or 10.89% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D1B40 is #62E4BF. Grayscale: #464646. Windows color (decimal): -6481088 or 4201373. OLE color: 4201373.

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

Color convert

RGB1572764-
CMYK00.830.590.38
HSL342.92º70.65%36.08%-
HSV(B)342.92º82.8%61.57%-
XYZ15.228.325.65-
YUV70.09124.57189.99-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 63.31%
GREEN value IS 27 (10.94% from 255) = 10.89%
BLUE value IS 64 (25.39% from 255) = 25.81%
R=63.31%
G=10.89%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157276400.830.590.38342.9270.6536.08
Hex9D1B400533B261574724
Octal235331000123734652710744
Binary10011101110111000000010100111110111001101010101111000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,27,64); }

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

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

 a { background-color: rgb(157,27,64); }

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

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

 span { border-color: rgb(157,27,64); }

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