Html Css Color HEX #963165 Lipstick

📋 copy color: '#963165'

red 150 ◦ green 49 ◦ blue 101

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

Shades of Lipstick #963165

Tints of Lipstick #963165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.67%

R = 50%
G = 16.33%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#963165 (or 0x963165) is known color: Lipstick. HEX triplet: 96, 31 and 65. RGB value is (150,49,101). Sum of RGB (Red+Green+Blue) = 150+49+101=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #963165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963165 is #69CE9A. Grayscale: #555555. Windows color (decimal): -6934171 or 6631830. OLE color: 6631830.

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

Color convert

RGB 150 49 101 -
CMYK 0 0.67 0.33 0.41
HSL 329.11º 0.51% 0.39% -
HSV(B) 329.11º 0.67% 0.59% -
XYZ 16.02 9.62 13.32 -
YUV 85.13 136.96 174.27 -
System Red Green Blue C M Y K H S L
Decimal 150 49 101 0 0.67 0.33 0.41 329.11 0.51 0.39
Hex 96 31 65 0 43 21 29 149 33 27
Octal 226 61 145 0 103 41 51 511 63 47
Binary 10010110 110001 1100101 0 1000011 100001 101001 101001001 110011 100111

Color Harmonies of #963165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963165

Black with #963165

Text Example


Text Example

White with #963165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963165; }

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

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

background-color css

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

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

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

border-color css

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

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

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