Html Css Color HEX #9E1F42 Lipstick

📋 copy color: '#9E1F42'

red 158 ◦ green 31 ◦ blue 66

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

Shades of Lipstick #9E1F42

Tints of Lipstick #9E1F42

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.16%

 BLUE value IS 66 (26.17% from 255) = 25.88%

R = 61.96%
G = 12.16%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#9E1F42 (or 0x9E1F42) is known color: Lipstick. HEX triplet: 9E, 1F and 42. RGB value is (158,31,66). Sum of RGB (Red+Green+Blue) = 158+31+66=255 (33% of max value = 765). Red value is 158 (62.11% from 255 or 61.96% from 255); Green value is 31 (12.5% from 255 or 12.16% from 255); Blue value is 66 (26.17% from 255 or 25.88% from 255); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1F42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E1F42 is #61E0BD. Grayscale: #484848. Windows color (decimal): -6414526 or 4333470. OLE color: 4333470.

HSL color Cylindrical-coordinate representation of color #9E1F42: hue angle of 343.46º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9E1F42 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 31 66 -
CMYK 0 0.80 0.58 0.38
HSL 343.46º 0.67% 0.37% -
HSV(B) 343.46º 0.8% 0.62% -
XYZ 15.57 8.64 6 -
YUV 72.96 124.08 188.65 -
System Red Green Blue C M Y K H S L
Decimal 158 31 66 0 0.80 0.58 0.38 343.46 0.67 0.37
Hex 9E 1F 42 0 50 3A 26 157 43 25
Octal 236 37 102 0 120 72 46 527 103 45
Binary 10011110 11111 1000010 0 1010000 111010 100110 101010111 1000011 100101

Color Harmonies of #9E1F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1F42

Black with #9E1F42

Text Example


Text Example

White with #9E1F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,31,66); }

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

background-color css

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

 a { background-color: rgb(158,31,66); }

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

border-color css

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

 span { border-color: rgb(158,31,66); }

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