Html Css Color HEX #96326D Lipstick

📋 copy color: '#96326D'

red 150 ◦ green 50 ◦ blue 109

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

Shades of Lipstick #96326D

Tints of Lipstick #96326D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.18%

 BLUE value IS 109 (42.97% from 255) = 35.28%

R = 48.54%
G = 16.18%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96326D (or 0x96326D) is known color: Lipstick. HEX triplet: 96, 32 and 6D. RGB value is (150,50,109). Sum of RGB (Red+Green+Blue) = 150+50+109=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #96326D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96326D is #69CD92. Grayscale: #565656. Windows color (decimal): -6933907 or 7156374. OLE color: 7156374.

HSL color Cylindrical-coordinate representation of color #96326D: hue angle of 324.6º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96326D is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 50 109 -
CMYK 0 0.67 0.27 0.41
HSL 324.6º 0.5% 0.39% -
HSV(B) 324.6º 0.67% 0.59% -
XYZ 16.48 9.87 15.5 -
YUV 86.63 140.63 173.2 -
System Red Green Blue C M Y K H S L
Decimal 150 50 109 0 0.67 0.27 0.41 324.6 0.5 0.39
Hex 96 32 6D 0 43 1B 29 145 32 27
Octal 226 62 155 0 103 33 51 505 62 47
Binary 10010110 110010 1101101 0 1000011 11011 101001 101000101 110010 100111

Color Harmonies of #96326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96326D

Black with #96326D

Text Example


Text Example

White with #96326D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96326D; }

 p { color: rgb(150,50,109); }

 H1.HeaderClassName
 {
   color: #96326D;
 }
 .AnyTagClassName
 {
   color: #96326D;
 }
</style>

background-color css

<style>
 a { background-color: #96326D; }

 a { background-color: rgb(150,50,109); }

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

border-color css

<style>
 span { border-color: #96326D; }

 span { border-color: rgb(150,50,109); }

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