Html Css Color HEX #9E2341 Lipstick

📋 copy color: '#9E2341'

red 158 ◦ green 35 ◦ blue 65

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

Shades of Lipstick #9E2341

Tints of Lipstick #9E2341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.57%

 BLUE value IS 65 (25.78% from 255) = 25.19%

R = 61.24%
G = 13.57%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#9E2341 (or 0x9E2341) is known color: Lipstick. HEX triplet: 9E, 23 and 41. RGB value is (158,35,65). Sum of RGB (Red+Green+Blue) = 158+35+65=258 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.24% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2341 is #61DCBE. Grayscale: #4B4B4B. Windows color (decimal): -6413503 or 4268958. OLE color: 4268958.

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

Color convert

RGB 158 35 65 -
CMYK 0 0.78 0.59 0.38
HSL 345.37º 0.64% 0.38% -
HSV(B) 345.37º 0.78% 0.62% -
XYZ 15.66 8.85 5.88 -
YUV 75.2 122.25 187.06 -
System Red Green Blue C M Y K H S L
Decimal 158 35 65 0 0.78 0.59 0.38 345.37 0.64 0.38
Hex 9E 23 41 0 4E 3B 26 159 40 26
Octal 236 43 101 0 116 73 46 531 100 46
Binary 10011110 100011 1000001 0 1001110 111011 100110 101011001 1000000 100110

Color Harmonies of #9E2341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2341

Black with #9E2341

Text Example


Text Example

White with #9E2341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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