Html Css Color HEX #9E153F Lipstick

📋 copy color: '#9E153F'

red 158 ◦ green 21 ◦ blue 63

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

Shades of Lipstick #9E153F

Tints of Lipstick #9E153F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.03%

R = 65.29%
G = 8.68%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#9E153F (or 0x9E153F) is known color: Lipstick. HEX triplet: 9E, 15 and 3F. RGB value is (158,21,63). Sum of RGB (Red+Green+Blue) = 158+21+63=242 (32% of max value = 765). Red value is 158 (62.11% from 255 or 65.29% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 158 - color contains mainly: red. Hex color #9E153F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E153F is #61EAC0. Grayscale: #424242. Windows color (decimal): -6417089 or 4134302. OLE color: 4134302.

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

Color convert

RGB 158 21 63 -
CMYK 0 0.87 0.60 0.38
HSL 341.61º 0.77% 0.35% -
HSV(B) 341.61º 0.87% 0.62% -
XYZ 15.27 8.16 5.47 -
YUV 66.75 125.89 193.08 -
System Red Green Blue C M Y K H S L
Decimal 158 21 63 0 0.87 0.60 0.38 341.61 0.77 0.35
Hex 9E 15 3F 0 57 3C 26 156 4D 23
Octal 236 25 77 0 127 74 46 526 115 43
Binary 10011110 10101 111111 0 1010111 111100 100110 101010110 1001101 100011

Color Harmonies of #9E153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E153F

Black with #9E153F

Text Example


Text Example

White with #9E153F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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