Html Css Color HEX #9E1547 Lipstick

📋 copy color: '#9E1547'

red 158 ◦ green 21 ◦ blue 71

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

Shades of Lipstick #9E1547

Tints of Lipstick #9E1547

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.4%

 BLUE value IS 71 (28.13% from 255) = 28.4%

R = 63.2%
G = 8.4%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#9E1547 (or 0x9E1547) is known color: Lipstick. HEX triplet: 9E, 15 and 47. RGB value is (158,21,71). Sum of RGB (Red+Green+Blue) = 158+21+71=250 (33% of max value = 765). Red value is 158 (62.11% from 255 or 63.2% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 71 (28.12% from 255 or 28.4% from 250); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1547 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1547 is #61EAB8. Grayscale: #434343. Windows color (decimal): -6417081 or 4658590. OLE color: 4658590.

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

Color convert

RGB 158 21 71 -
CMYK 0 0.87 0.55 0.38
HSL 338.1º 0.77% 0.35% -
HSV(B) 338.1º 0.87% 0.62% -
XYZ 15.51 8.26 6.74 -
YUV 67.66 129.89 192.43 -
System Red Green Blue C M Y K H S L
Decimal 158 21 71 0 0.87 0.55 0.38 338.1 0.77 0.35
Hex 9E 15 47 0 57 37 26 152 4D 23
Octal 236 25 107 0 127 67 46 522 115 43
Binary 10011110 10101 1000111 0 1010111 110111 100110 101010010 1001101 100011

Color Harmonies of #9E1547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1547

Black with #9E1547

Text Example


Text Example

White with #9E1547

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,21,71); }

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

background-color css

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

 a { background-color: rgb(158,21,71); }

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

border-color css

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

 span { border-color: rgb(158,21,71); }

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