Html Css Color HEX #9E1343 Lipstick

📋 copy color: '#9E1343'

red 158 ◦ green 19 ◦ blue 67

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

Shades of Lipstick #9E1343

Tints of Lipstick #9E1343

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.79%

 BLUE value IS 67 (26.56% from 255) = 27.46%

R = 64.75%
G = 7.79%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#9E1343 (or 0x9E1343) is known color: Lipstick. HEX triplet: 9E, 13 and 43. RGB value is (158,19,67). Sum of RGB (Red+Green+Blue) = 158+19+67=244 (32% of max value = 765). Red value is 158 (62.11% from 255 or 64.75% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 67 (26.56% from 255 or 27.46% from 244); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1343 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1343 is #61ECBC. Grayscale: #414141. Windows color (decimal): -6417597 or 4395934. OLE color: 4395934.

HSL color Cylindrical-coordinate representation of color #9E1343: hue angle of 339.28º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9E1343 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 19 67 -
CMYK 0 0.88 0.58 0.38
HSL 339.28º 0.79% 0.35% -
HSV(B) 339.28º 0.88% 0.62% -
XYZ 15.35 8.14 6.07 -
YUV 66.03 128.55 193.6 -
System Red Green Blue C M Y K H S L
Decimal 158 19 67 0 0.88 0.58 0.38 339.28 0.79 0.35
Hex 9E 13 43 0 58 3A 26 153 4F 23
Octal 236 23 103 0 130 72 46 523 117 43
Binary 10011110 10011 1000011 0 1011000 111010 100110 101010011 1001111 100011

Color Harmonies of #9E1343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1343

Black with #9E1343

Text Example


Text Example

White with #9E1343

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,19,67); }

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

background-color css

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

 a { background-color: rgb(158,19,67); }

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

border-color css

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

 span { border-color: rgb(158,19,67); }

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