Html Css Color HEX #9E2D48 Lipstick

📋 copy color: '#9E2D48'

red 158 ◦ green 45 ◦ blue 72

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

Shades of Lipstick #9E2D48

Tints of Lipstick #9E2D48

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.36%

 BLUE value IS 72 (28.52% from 255) = 26.18%

R = 57.45%
G = 16.36%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#9E2D48 (or 0x9E2D48) is known color: Lipstick. HEX triplet: 9E, 2D and 48. RGB value is (158,45,72). Sum of RGB (Red+Green+Blue) = 158+45+72=275 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.45% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2D48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2D48 is #61D2B7. Grayscale: #515151. Windows color (decimal): -6410936 or 4730270. OLE color: 4730270.

HSL color Cylindrical-coordinate representation of color #9E2D48: hue angle of 345.66º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9E2D48 is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 45 72 -
CMYK 0 0.72 0.54 0.38
HSL 345.66º 0.56% 0.4% -
HSV(B) 345.66º 0.72% 0.62% -
XYZ 16.21 9.61 7.13 -
YUV 81.87 122.44 182.3 -
System Red Green Blue C M Y K H S L
Decimal 158 45 72 0 0.72 0.54 0.38 345.66 0.56 0.4
Hex 9E 2D 48 0 48 36 26 15A 38 28
Octal 236 55 110 0 110 66 46 532 70 50
Binary 10011110 101101 1001000 0 1001000 110110 100110 101011010 111000 101000

Color Harmonies of #9E2D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2D48

Black with #9E2D48

Text Example


Text Example

White with #9E2D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,45,72); }

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

background-color css

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

 a { background-color: rgb(158,45,72); }

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

border-color css

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

 span { border-color: rgb(158,45,72); }

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