Html Css Color HEX #9E113E Lipstick

📋 copy color: '#9E113E'

red 158 ◦ green 17 ◦ blue 62

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

Shades of Lipstick #9E113E

Tints of Lipstick #9E113E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.17%

 BLUE value IS 62 (24.61% from 255) = 26.16%

R = 66.67%
G = 7.17%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.38

RGB Variations

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

Color information

#9E113E (or 0x9E113E) is known color: Lipstick. HEX triplet: 9E, 11 and 3E. RGB value is (158,17,62). Sum of RGB (Red+Green+Blue) = 158+17+62=237 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.67% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 158 - color contains mainly: red. Hex color #9E113E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E113E is #61EEC1. Grayscale: #404040. Windows color (decimal): -6418114 or 4067742. OLE color: 4067742.

HSL color Cylindrical-coordinate representation of color #9E113E: hue angle of 340.85º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E113E is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 17 62 -
CMYK 0 0.89 0.61 0.38
HSL 340.85º 0.81% 0.34% -
HSV(B) 340.85º 0.89% 0.62% -
XYZ 15.17 8.02 5.31 -
YUV 64.29 126.71 194.84 -
System Red Green Blue C M Y K H S L
Decimal 158 17 62 0 0.89 0.61 0.38 340.85 0.81 0.34
Hex 9E 11 3E 0 59 3D 26 155 51 22
Octal 236 21 76 0 131 75 46 525 121 42
Binary 10011110 10001 111110 0 1011001 111101 100110 101010101 1010001 100010

Color Harmonies of #9E113E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E113E

Black with #9E113E

Text Example


Text Example

White with #9E113E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,17,62); }

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

background-color css

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

 a { background-color: rgb(158,17,62); }

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

border-color css

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

 span { border-color: rgb(158,17,62); }

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