Html Css Color HEX #963863 Lipstick

📋 copy color: '#963863'

red 150 ◦ green 56 ◦ blue 99

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

Shades of Lipstick #963863

Tints of Lipstick #963863

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.36%

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

R = 49.18%
G = 18.36%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#963863 (or 0x963863) is known color: Lipstick. HEX triplet: 96, 38 and 63. RGB value is (150,56,99). Sum of RGB (Red+Green+Blue) = 150+56+99=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #963863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963863 is #69C79C. Grayscale: #585858. Windows color (decimal): -6932381 or 6502550. OLE color: 6502550.

HSL color Cylindrical-coordinate representation of color #963863: hue angle of 332.55º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #963863 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 56 99 -
CMYK 0 0.63 0.34 0.41
HSL 332.55º 0.46% 0.4% -
HSV(B) 332.55º 0.63% 0.59% -
XYZ 16.24 10.21 12.92 -
YUV 89.01 133.64 171.5 -
System Red Green Blue C M Y K H S L
Decimal 150 56 99 0 0.63 0.34 0.41 332.55 0.46 0.4
Hex 96 38 63 0 3F 22 29 14D 2E 28
Octal 226 70 143 0 77 42 51 515 56 50
Binary 10010110 111000 1100011 0 111111 100010 101001 101001101 101110 101000

Color Harmonies of #963863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963863

Black with #963863

Text Example


Text Example

White with #963863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963863; }

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

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

background-color css

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

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

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

border-color css

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

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

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