Html Css Color HEX #9E355D Lipstick

📋 copy color: '#9E355D'

red 158 ◦ green 53 ◦ blue 93

#9E355D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lipstick #9E355D

Tints of Lipstick #9E355D

RGB

 RED value IS 158 (62.11% from 255) = 51.97%

 GREEN value IS 53 (21.09% from 255) = 17.43%

 BLUE value IS 93 (36.72% from 255) = 30.59%

R = 51.97%
G = 17.43%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9E355D (or 0x9E355D) is known color: Lipstick. HEX triplet: 9E, 35 and 5D. RGB value is (158,53,93). Sum of RGB (Red+Green+Blue) = 158+53+93=304 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.97% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 158 - color contains mainly: red. Hex color #9E355D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E355D is #61CAA2. Grayscale: #585858. Windows color (decimal): -6408867 or 6108574. OLE color: 6108574.

HSL color Cylindrical-coordinate representation of color #9E355D: hue angle of 337.14º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E355D is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 53 93 -
CMYK 0 0.66 0.41 0.38
HSL 337.14º 0.5% 0.41% -
HSV(B) 337.14º 0.66% 0.62% -
XYZ 17.35 10.61 11.49 -
YUV 88.96 130.29 177.25 -
System Red Green Blue C M Y K H S L
Decimal 158 53 93 0 0.66 0.41 0.38 337.14 0.5 0.41
Hex 9E 35 5D 0 42 29 26 151 32 29
Octal 236 65 135 0 102 51 46 521 62 51
Binary 10011110 110101 1011101 0 1000010 101001 100110 101010001 110010 101001

Color Harmonies of #9E355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E355D

Black with #9E355D

Text Example


Text Example

White with #9E355D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,53,93); }

 H1.HeaderClassName
 {
   color: #9E355D;
 }
 .AnyTagClassName
 {
   color: #9E355D;
 }
</style>

background-color css

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

 a { background-color: rgb(158,53,93); }

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

border-color css

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

 span { border-color: rgb(158,53,93); }

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