Html Css Color HEX #9E174A Lipstick

📋 copy color: '#9E174A'

red 158 ◦ green 23 ◦ blue 74

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

Shades of Lipstick #9E174A

Tints of Lipstick #9E174A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.02%

 BLUE value IS 74 (29.3% from 255) = 29.02%

R = 61.96%
G = 9.02%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#9E174A (or 0x9E174A) is known color: Lipstick. HEX triplet: 9E, 17 and 4A. RGB value is (158,23,74). Sum of RGB (Red+Green+Blue) = 158+23+74=255 (33% of max value = 765). Red value is 158 (62.11% from 255 or 61.96% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 158 - color contains mainly: red. Hex color #9E174A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E174A is #61E8B5. Grayscale: #454545. Windows color (decimal): -6416566 or 4855710. OLE color: 4855710.

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

Color convert

RGB 158 23 74 -
CMYK 0 0.85 0.53 0.38
HSL 337.33º 0.75% 0.35% -
HSV(B) 337.33º 0.85% 0.62% -
XYZ 15.64 8.38 7.27 -
YUV 69.18 130.73 191.35 -
System Red Green Blue C M Y K H S L
Decimal 158 23 74 0 0.85 0.53 0.38 337.33 0.75 0.35
Hex 9E 17 4A 0 55 35 26 151 4B 23
Octal 236 27 112 0 125 65 46 521 113 43
Binary 10011110 10111 1001010 0 1010101 110101 100110 101010001 1001011 100011

Color Harmonies of #9E174A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E174A

Black with #9E174A

Text Example


Text Example

White with #9E174A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,23,74); }

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

background-color css

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

 a { background-color: rgb(158,23,74); }

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

border-color css

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

 span { border-color: rgb(158,23,74); }

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