Html Css Color HEX #963163 Lipstick

📋 copy color: '#963163'

red 150 ◦ green 49 ◦ blue 99

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

Shades of Lipstick #963163

Tints of Lipstick #963163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.22%

R = 50.34%
G = 16.44%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#963163 (or 0x963163) is known color: Lipstick. HEX triplet: 96, 31 and 63. RGB value is (150,49,99). Sum of RGB (Red+Green+Blue) = 150+49+99=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #963163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963163 is #69CE9C. Grayscale: #545454. Windows color (decimal): -6934173 or 6500758. OLE color: 6500758.

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

Color convert

RGB 150 49 99 -
CMYK 0 0.67 0.34 0.41
HSL 330.3º 0.51% 0.39% -
HSV(B) 330.3º 0.67% 0.59% -
XYZ 15.93 9.58 12.81 -
YUV 84.9 135.96 174.43 -
System Red Green Blue C M Y K H S L
Decimal 150 49 99 0 0.67 0.34 0.41 330.3 0.51 0.39
Hex 96 31 63 0 43 22 29 14A 33 27
Octal 226 61 143 0 103 42 51 512 63 47
Binary 10010110 110001 1100011 0 1000011 100010 101001 101001010 110011 100111

Color Harmonies of #963163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963163

Black with #963163

Text Example


Text Example

White with #963163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963163; }

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

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

background-color css

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

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

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

border-color css

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

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

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