Html Css Color HEX #9E194D Lipstick

📋 copy color: '#9E194D'

red 158 ◦ green 25 ◦ blue 77

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

Shades of Lipstick #9E194D

Tints of Lipstick #9E194D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.62%

 BLUE value IS 77 (30.47% from 255) = 29.62%

R = 60.77%
G = 9.62%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.38

RGB Variations

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

Color information

#9E194D (or 0x9E194D) is known color: Lipstick. HEX triplet: 9E, 19 and 4D. RGB value is (158,25,77). Sum of RGB (Red+Green+Blue) = 158+25+77=260 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.77% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 158 - color contains mainly: red. Hex color #9E194D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E194D is #61E6B2. Grayscale: #464646. Windows color (decimal): -6416051 or 5052830. OLE color: 5052830.

HSL color Cylindrical-coordinate representation of color #9E194D: hue angle of 336.54º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E194D is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 25 77 -
CMYK 0 0.84 0.51 0.38
HSL 336.54º 0.73% 0.36% -
HSV(B) 336.54º 0.84% 0.62% -
XYZ 15.79 8.5 7.83 -
YUV 70.7 131.56 190.27 -
System Red Green Blue C M Y K H S L
Decimal 158 25 77 0 0.84 0.51 0.38 336.54 0.73 0.36
Hex 9E 19 4D 0 54 33 26 151 49 24
Octal 236 31 115 0 124 63 46 521 111 44
Binary 10011110 11001 1001101 0 1010100 110011 100110 101010001 1001001 100100

Color Harmonies of #9E194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E194D

Black with #9E194D

Text Example


Text Example

White with #9E194D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,25,77); }

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

background-color css

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

 a { background-color: rgb(158,25,77); }

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

border-color css

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

 span { border-color: rgb(158,25,77); }

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