Html Css Color HEX #9E355A Lipstick

📋 copy color: '#9E355A'

red 158 ◦ green 53 ◦ blue 90

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

Shades of Lipstick #9E355A

Tints of Lipstick #9E355A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.9%

R = 52.49%
G = 17.61%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#9E355A (or 0x9E355A) is known color: Lipstick. HEX triplet: 9E, 35 and 5A. RGB value is (158,53,90). Sum of RGB (Red+Green+Blue) = 158+53+90=301 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.49% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 158 - color contains mainly: red. Hex color #9E355A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E355A is #61CAA5. Grayscale: #585858. Windows color (decimal): -6408870 or 5911966. OLE color: 5911966.

HSL color Cylindrical-coordinate representation of color #9E355A: hue angle of 338.86º 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 #9E355A is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 53 90 -
CMYK 0 0.66 0.43 0.38
HSL 338.86º 0.5% 0.41% -
HSV(B) 338.86º 0.66% 0.62% -
XYZ 17.22 10.55 10.8 -
YUV 88.61 128.79 177.49 -
System Red Green Blue C M Y K H S L
Decimal 158 53 90 0 0.66 0.43 0.38 338.86 0.5 0.41
Hex 9E 35 5A 0 42 2B 26 153 32 29
Octal 236 65 132 0 102 53 46 523 62 51
Binary 10011110 110101 1011010 0 1000010 101011 100110 101010011 110010 101001

Color Harmonies of #9E355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E355A

Black with #9E355A

Text Example


Text Example

White with #9E355A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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