Html Css Color HEX #963161 Lipstick

📋 copy color: '#963161'

red 150 ◦ green 49 ◦ blue 97

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

Shades of Lipstick #963161

Tints of Lipstick #963161

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.55%

 BLUE value IS 97 (38.28% from 255) = 32.77%

R = 50.68%
G = 16.55%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#963161 (or 0x963161) is known color: Lipstick. HEX triplet: 96, 31 and 61. RGB value is (150,49,97). Sum of RGB (Red+Green+Blue) = 150+49+97=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #963161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963161 is #69CE9E. Grayscale: #545454. Windows color (decimal): -6934175 or 6369686. OLE color: 6369686.

HSL color Cylindrical-coordinate representation of color #963161: hue angle of 331.49º degrees, saturation: 0.51, 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 #963161 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 49 97 -
CMYK 0 0.67 0.35 0.41
HSL 331.49º 0.51% 0.39% -
HSV(B) 331.49º 0.67% 0.59% -
XYZ 15.83 9.54 12.32 -
YUV 84.67 134.96 174.6 -
System Red Green Blue C M Y K H S L
Decimal 150 49 97 0 0.67 0.35 0.41 331.49 0.51 0.39
Hex 96 31 61 0 43 23 29 14B 33 27
Octal 226 61 141 0 103 43 51 513 63 47
Binary 10010110 110001 1100001 0 1000011 100011 101001 101001011 110011 100111

Color Harmonies of #963161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963161

Black with #963161

Text Example


Text Example

White with #963161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963161; }

 p { color: rgb(150,49,97); }

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

background-color css

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

 a { background-color: rgb(150,49,97); }

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

border-color css

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

 span { border-color: rgb(150,49,97); }

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