Html Css Color HEX #9E174C Lipstick

📋 copy color: '#9E174C'

red 158 ◦ green 23 ◦ blue 76

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

Shades of Lipstick #9E174C

Tints of Lipstick #9E174C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.57%

R = 61.48%
G = 8.95%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#9E174C (or 0x9E174C) is known color: Lipstick. HEX triplet: 9E, 17 and 4C. RGB value is (158,23,76). Sum of RGB (Red+Green+Blue) = 158+23+76=257 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.48% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 158 - color contains mainly: red. Hex color #9E174C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E174C is #61E8B3. Grayscale: #454545. Windows color (decimal): -6416564 or 4986782. OLE color: 4986782.

HSL color Cylindrical-coordinate representation of color #9E174C: hue angle of 336.44º 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 #9E174C is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 23 76 -
CMYK 0 0.85 0.52 0.38
HSL 336.44º 0.75% 0.35% -
HSV(B) 336.44º 0.85% 0.62% -
XYZ 15.71 8.4 7.63 -
YUV 69.41 131.73 191.19 -
System Red Green Blue C M Y K H S L
Decimal 158 23 76 0 0.85 0.52 0.38 336.44 0.75 0.35
Hex 9E 17 4C 0 55 34 26 150 4B 23
Octal 236 27 114 0 125 64 46 520 113 43
Binary 10011110 10111 1001100 0 1010101 110100 100110 101010000 1001011 100011

Color Harmonies of #9E174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E174C

Black with #9E174C

Text Example


Text Example

White with #9E174C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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