Html Css Color HEX #96395E Lipstick

📋 copy color: '#96395E'

red 150 ◦ green 57 ◦ blue 94

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

Shades of Lipstick #96395E

Tints of Lipstick #96395E

RGB

 RED value IS 150 (58.98% from 255) = 49.83%

 GREEN value IS 57 (22.66% from 255) = 18.94%

 BLUE value IS 94 (37.11% from 255) = 31.23%

R = 49.83%
G = 18.94%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#96395E (or 0x96395E) is known color: Lipstick. HEX triplet: 96, 39 and 5E. RGB value is (150,57,94). Sum of RGB (Red+Green+Blue) = 150+57+94=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #96395E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96395E is #69C6A1. Grayscale: #585858. Windows color (decimal): -6932130 or 6175126. OLE color: 6175126.

HSL color Cylindrical-coordinate representation of color #96395E: hue angle of 336.13º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96395E is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 57 94 -
CMYK 0 0.62 0.37 0.41
HSL 336.13º 0.45% 0.41% -
HSV(B) 336.13º 0.62% 0.59% -
XYZ 16.06 10.22 11.72 -
YUV 89.03 130.81 171.49 -
System Red Green Blue C M Y K H S L
Decimal 150 57 94 0 0.62 0.37 0.41 336.13 0.45 0.41
Hex 96 39 5E 0 3E 25 29 150 2D 29
Octal 226 71 136 0 76 45 51 520 55 51
Binary 10010110 111001 1011110 0 111110 100101 101001 101010000 101101 101001

Color Harmonies of #96395E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96395E

Black with #96395E

Text Example


Text Example

White with #96395E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96395E; }

 p { color: rgb(150,57,94); }

 H1.HeaderClassName
 {
   color: #96395E;
 }
 .AnyTagClassName
 {
   color: #96395E;
 }
</style>

background-color css

<style>
 a { background-color: #96395E; }

 a { background-color: rgb(150,57,94); }

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

border-color css

<style>
 span { border-color: #96395E; }

 span { border-color: rgb(150,57,94); }

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