#9E1D41

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

Shades of Lipstick #9E1D41

Tints of Lipstick #9E1D41

Color information

#9E1D41 (or 0x9E1D41) is unknown color: approx Lipstick. HEX triplet: 9E, 1D and 41. RGB value is (158,29,65). Sum of RGB (Red+Green+Blue) = 158+29+65=252 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.70% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1D41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E1D41 is #61E2BE. Grayscale: #474747. Windows color (decimal): -6415039 or 4267422. OLE color: 4267422.

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

Color convert

RGB1582965-
CMYK00.820.590.38
HSL343.26º68.98%36.67%-
HSV(B)343.26º81.65%61.96%-
XYZ15.498.535.83-
YUV71.68124.24189.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 62.70%
GREEN value IS 29 (11.72% from 255) = 11.51%
BLUE value IS 65 (25.78% from 255) = 25.79%
R=62.70%
G=11.51%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158296500.820.590.38343.2668.9836.67
Hex9E1D410523B261574525
Octal236351010122734652710545
Binary10011110111011000001010100101110111001101010101111000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,29,65); }

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

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

 a { background-color: rgb(158,29,65); }

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

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

 span { border-color: rgb(158,29,65); }

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