Html Css Color HEX #9E123F Lipstick

📋 copy color: '#9E123F'

red 158 ◦ green 18 ◦ blue 63

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

Shades of Lipstick #9E123F

Tints of Lipstick #9E123F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.53%

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

R = 66.11%
G = 7.53%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#9E123F (or 0x9E123F) is known color: Lipstick. HEX triplet: 9E, 12 and 3F. RGB value is (158,18,63). Sum of RGB (Red+Green+Blue) = 158+18+63=239 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.11% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 158 - color contains mainly: red. Hex color #9E123F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E123F is #61EDC0. Grayscale: #404040. Windows color (decimal): -6417857 or 4133534. OLE color: 4133534.

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

Color convert

RGB 158 18 63 -
CMYK 0 0.89 0.60 0.38
HSL 340.71º 0.8% 0.35% -
HSV(B) 340.71º 0.89% 0.62% -
XYZ 15.21 8.06 5.46 -
YUV 64.99 126.88 194.34 -
System Red Green Blue C M Y K H S L
Decimal 158 18 63 0 0.89 0.60 0.38 340.71 0.8 0.35
Hex 9E 12 3F 0 59 3C 26 155 50 23
Octal 236 22 77 0 131 74 46 525 120 43
Binary 10011110 10010 111111 0 1011001 111100 100110 101010101 1010000 100011

Color Harmonies of #9E123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E123F

Black with #9E123F

Text Example


Text Example

White with #9E123F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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