Html Css Color HEX #9E3355 Lipstick

📋 copy color: '#9E3355'

red 158 ◦ green 51 ◦ blue 85

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

Shades of Lipstick #9E3355

Tints of Lipstick #9E3355

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.35%

 BLUE value IS 85 (33.59% from 255) = 28.91%

R = 53.74%
G = 17.35%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.38

RGB Variations

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

Color information

#9E3355 (or 0x9E3355) is known color: Lipstick. HEX triplet: 9E, 33 and 55. RGB value is (158,51,85). Sum of RGB (Red+Green+Blue) = 158+51+85=294 (38% of max value = 765). Red value is 158 (62.11% from 255 or 53.74% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3355 is #61CCAA. Grayscale: #565656. Windows color (decimal): -6409387 or 5583774. OLE color: 5583774.

HSL color Cylindrical-coordinate representation of color #9E3355: hue angle of 340.93º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E3355 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 51 85 -
CMYK 0 0.68 0.46 0.38
HSL 340.93º 0.51% 0.41% -
HSV(B) 340.93º 0.68% 0.62% -
XYZ 16.92 10.29 9.69 -
YUV 86.87 126.95 178.74 -
System Red Green Blue C M Y K H S L
Decimal 158 51 85 0 0.68 0.46 0.38 340.93 0.51 0.41
Hex 9E 33 55 0 44 2E 26 155 33 29
Octal 236 63 125 0 104 56 46 525 63 51
Binary 10011110 110011 1010101 0 1000100 101110 100110 101010101 110011 101001

Color Harmonies of #9E3355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3355

Black with #9E3355

Text Example


Text Example

White with #9E3355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,51,85); }

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

background-color css

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

 a { background-color: rgb(158,51,85); }

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

border-color css

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

 span { border-color: rgb(158,51,85); }

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